Encode text to Base64 and decode it back — in your browser.
Last updated: 25 Aug 2026
Quick answer
Base64 encodes binary or text data into an ASCII string using 64 characters. Paste text and click Encode to get Base64, or paste Base64 and click Decode to recover the text. It runs entirely in your browser (Unicode-safe).
Encode text to Base64 or decode Base64 back to text. Everything runs locally in your browser and supports Unicode.