Base64 Encoder/Decoder

Convert text to Base64 or decode a Base64 string back to readable text, including full Unicode support.

Your files are processed locally in your browser and are not uploaded.

Frequently asked questions

Does this support Unicode text, like accents and emoji?
Yes. Text is encoded as UTF-8 bytes before Base64 encoding, so round-trips preserve Unicode correctly.