Base64 Encode and Decode
Encode or Decode Base 64 Text
Description
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=
About
Toolkit Bay or TKB is an online tools website providing free and easy to use tools to increase productivy.
If you have any inquiries or suggestions, you can contact us on: contact@toolkitbay.com (we can read the incoming emails, but most probably we won't answer since we haven't setup the mail server yet. Feel free to reach/DM us at https://www.facebook.com/toolkitbay)
Data & Privacy
We respect your data. Uploaded file/data/input will be automatically deleted. And the processed data will be deleted less than a day.
More detail on privacy hereCopyright © 2021 Toolkit Bay. All Rights Reserved