Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text. Runs entirely in your browser.
Result will appear here...
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data using 64 ASCII characters (A-Z, a-z, 0-9, +, /). It's commonly used to encode data in emails (MIME), embed images in HTML/CSS (data URIs), store binary data in JSON, and transmit data over text-based protocols.