Base64 Encoder & Decoder
Encode text to Base64 and decode Base64 back to text
Input
Text to Encode/Decode
Input Type
Text
Base64
Output
Result
Output Type
Base64
Text
Options
URL Safe (use - and _ instead of + and /)
Add Padding (=)
Add Line Breaks (every 76 characters)
Auto-detect and convert
Convert
Clear
Copy Result
Why Use Base64 Encoding?
Transfer binary data as text
Embed images in HTML/CSS
Store binary data in JSON
Send binary data in URLs
Encode email attachments