Base64 Encode / Decode
Encode text to Base64 or decode it back.
About Base64 Encode / Decode
Encode any text to Base64 or decode Base64 back to text, with full UTF-8 support. Handy for data URLs, tokens and debugging.
- 1Paste your text or Base64.
- 2Choose encode or decode.
- 3Copy the result.
FAQ
Is Base64 encryption?
No — Base64 is encoding, not encryption. It is reversible and not secure on its own.