Home / Developer Tools / Base64 Encoder / Decoder
Encode any text to Base64, or decode Base64 back to readable text. Handles Unicode text correctly, including accents and emoji.
Base64 turns binary or text data into a string made only of letters, digits, +, /, and = padding β safe to embed in URLs, JSON, emails, or config files that don't handle raw binary well. It isn't encryption: anyone can decode Base64 back to the original text, so it shouldn't be used to protect sensitive data.