Base64 Encoder/Decoder
Encode and decode text using Base64 encoding with file upload support and instant conversion.
0 characters
0 characters
Base64 Information
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data in ASCII string format.
Common Uses
Email attachments, data URLs, storing binary data in JSON/XML, and web APIs.
Character Set
Uses A-Z, a-z, 0-9, +, and / characters (64 total).
Padding
Uses = characters for padding to make the length a multiple of 4.