Base64 Encode and Decode
Encode or Decode Base 64 Text
Base64 Encoder and Decoder
What is Base64 ?
Base64 is a notation for encoding arbitrary binary data over channels that were designed to carry only ASCII Characters. Base64 consists of a symbol set made up of 64 different characters of a - z
, A - Z
, 0 - 9
, and + and /
.
If you compare the encoded result of base64 with base32, you will notice that base32 output will be shorter since base64 is using larger/bigger character set.
So, the following word :
Roger That!
Encoded to Base64 notation:
Um9nZXIgVGhhdCE=