B64Base64 Encode/Decode
Encode or decode Base64 strings
What is Base64 Encoding/Decoding?
Base64 is an encoding scheme that converts binary data into an ASCII string. It is widely used to safely transmit binary data in text-based systems such as email attachments, image data URIs, JWT tokens, and API authentication headers. Characters that may be corrupted in certain environments — such as non-Latin scripts or special symbols — can be safely transferred once converted to Base64.
How to Use
- Select Encode to encode, or Decode to decode.
- Paste the text or Base64 string you want to convert into the left input field.
- Click Convert and the result will appear on the right.
- Press the copy button to copy the result to your clipboard.