Base64 Encoder / Decoder
Encode and decode Base64 strings and files
Plain Text
Base64 Output
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data as ASCII text. It is commonly used to embed image data in HTML/CSS, encode email attachments, and transmit data over HTTP. All processing happens in your browser.