Base64 Encode / Decode
Encode text to Base64 or decode Base64 back to text. Useful for data URLs, tokens and debugging.
How to use the Base64 Encode / Decode
- Paste text or Base64.
- Click Encode or Decode.
- Copy the output.
100% free, no sign-up, and it all runs in your browser β your data never leaves your device.
FAQ
What is Base64 used for?
Encoding binary or text data into ASCII for safe transport in URLs, emails, and data URIs.