Base64 Encoder/Decoder
Easily encode text to Base64 and decode Base64 back to text, supporting all characters including Unicode.
Instructions on Use
Base64 is a method for representing binary data in a plain text format. This tool allows you to convert text into this format and back again. Our tool correctly handles international and special characters (Unicode).
- Enter the text you want to encode, or the Base64 string you want to decode, into the input box.
- Click the "Encode to Base64" button to convert your text into a Base64 string.
- Click the "Decode from Base64" button to convert a Base64 string back into its original text format. If the input is not valid Base64, an error message will be shown.
For example, encoding the text Quackit Tutorials
will produce the Base64 string UXVhY2tpdCBUdXRvcmlhbHM=
. And decoding UXVhY2tpdCBUdXRvcmlhbHM=
will produce Quackit Tutorials
.
Similar Tools
Here are some related encoding and developer tools: