Base64 Encoder / Decoder
Convert text to and from Base64
Unicode and emoji are handled correctly.
0 characters
Encoded
0 characters
Encode text to Base64 or decode it back, instantly and in your browser. Handles Unicode (including emoji) correctly and never uploads your data โ a free Base64 encoder and decoder.
How to use
- Paste your text or Base64 string into the box.
- Pick encode or decode โ the result appears instantly.
- Copy the result with one click.
FAQ
- Q. Does it handle Unicode and emoji?
- A. Yes. Text is converted through UTF-8, so Korean, Japanese, accented characters and emoji all round-trip correctly.
- Q. Is Base64 encryption?
- A. No. Base64 is an encoding, not encryption โ anyone can decode it. Never use it to protect passwords or secrets.
- Q. Is my data uploaded?
- A. No. Encoding and decoding happen entirely in your browser, so tokens and payloads stay private.
Spotted something wrong? Let us know.