Base64 Encoder/Decoder

Live

Encode text to Base64 or decode Base64 to text.

100% Private & Offline. Processed locally in your browser — your files never leave your device.

Loading tool...

Frequently Asked Questions

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It converts binary data into a set of 64 printable characters (A-Z, a-z, 0-9, +, /) plus padding (=). This makes it possible to transmit binary data through text-only channels like email, JSON, XML, and URLs without corruption.

Related Tools