Base64 Encoder/Decoder
Encode and decode text and files to/from Base64 format
Use URL-safe characters (- and _ instead of + and /)
Encode each line separately (useful for multiple entries)
Characters: 0
Enter Base64 text to decode
Base64 Information
Client-side Processing
All encoding/decoding happens in your browser. No data is sent to servers.
Real-time Processing
See results instantly as you type.
URL-safe Support
Support for both standard and URL-safe Base64 formats.