Base64 Encoder/Decoder

Encode and decode Base64 strings

Text to Encode

Base64 Encoded

About Base64

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for encoding data in email, storing complex data in XML or JSON, and embedding images in HTML/CSS.