Base64 Encode & Decode
Encode text to Base64, decode Base64 to text, and convert files with drag & drop support.
🔒All processing happens in your browser. No data is sent to any server.
Advertisement
Advertisement
About Base64 Encoding
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It is commonly used for embedding images in HTML/CSS, transmitting data in URLs, and encoding email attachments.