đ Base64 Encoder / Decoder
Encode any text to Base64 format or decode Base64 strings back to readable text. All processing happens in your browser.
đ Encode Text â Base64
â Copied!
đ Decode Base64 â Text
â Copied!
âšī¸ About Base64
Base64 is an encoding scheme that converts binary data to ASCII text. It's commonly used in email attachments, embedding images in HTML/CSS, data URIs, and transmitting data that needs to survive text-based transport. Base64 increases data size by approximately 33%.