Base64 Result
Decoded Result
What is Base64?
Base64 is a binary-to-text encoding method that represents binary data using a limited set of ASCII characters.
It is commonly used for transmitting data through systems that are designed to handle text, such as JSON, XML, HTML, email and APIs.
Base64 Encoder
Enter normal text and click the Encode button. The tool converts your text into Base64 format.
Base64 Decoder
Enter a valid Base64 string and click Decode. The tool converts the Base64 data back into normal text.