Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text.
Input
Output
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data using 64 printable ASCII characters. It's commonly used for embedding data in HTML/CSS, encoding email attachments, and transmitting data over HTTP.