Free Base64 String Converter Online
The term Base64 is coming from a certain MIME content transfer encoding, which used to represent binary data in an ASCII format. The Base64 implementation in MIME uses a-z, A-Z and 0-9 for the first 62 values. Other variations, usually derived from Base64, share this property but differ in the symbols chosen for the last two values.
Encode/Encrypt Base64 String (Base64 Encoder)
Just copy or input the characters in the left textarea below, and choose the encoding mode, then click the Encode Base64 button, the Base64 string will appear in the right textarea.
Decode/Decrypt Base64 String (Base64 Decoder)
Just copy or input the characters in the left text area below, and choose the decoding type, then click the Decode Base64 button, the common string will appear in the right textarea.