Base64 Encode / Decode
Encode text to Base64 and decode it back, with full UTF-8 support.
How it works
Encode any text (including emoji and non-Latin characters) into Base64, or decode Base64 back to the original string. Everything stays in your browser — safe for tokens and small secrets.
Example: Hi encodes to SGk= (and decodes back).
Input
Output