🔡

Base64 Encode/Decode

Encode & decode Base64

Frequently Asked Questions

What is Base64?
Base64 is a way of representing binary data (or text) using 64 printable ASCII characters. It is widely used to embed images in HTML/CSS and to send data safely through systems that only handle text.


Encode text to Base64 or decode Base64 back to text, right in your browser.