Base64 Encoder / Decoder
Encode and decode Base64 instantly. All processing happens in your browser.
0 characters
What is Base64?
Base64 is an encoding scheme that converts binary data into a text string using 64 characters (A-Z, a-z, 0-9, + and /). It is widely used to embed files in JSON, HTML or CSS, and to safely transmit data over text-based protocols.