Base64 Encoder/Decoder

Encode text or files to Base64, or decode Base64 back to plain text

Plain Text

0 characters

Base64 Encoded

0 characters

About Base64 Encoding

Base64 is a binary-to-text encoding scheme that represents binary data in ASCII string format. It's commonly used for encoding data in emails, embedding images in HTML/CSS, and transmitting data over text-based protocols.

All conversions happen locally in your browser

No data is sent to any server