Free Tools / Base64 Encoder / Decoder
Base64 Encoder / Decoder
Encode and decode Base64 (UTF-8 safe). Fast, private and free — everything runs in your browser.
UTF-8 safe. Everything runs in your browser — nothing is uploaded.
Encode and decode Base64
Base64 represents binary or text data using 64 printable ASCII characters, commonly used in data URLs, email attachments, JWTs and API payloads. This tool converts in both directions with full UTF-8 support.
Frequently asked questions
Does it support Unicode / emoji?
Yes. Encoding and decoding are UTF-8 aware, so non-ASCII characters and emoji round-trip correctly.
Is it safe for sensitive data?
Base64 is encoding, not encryption. Anyone can decode it. Never use Base64 to protect secrets.