Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 to text. All processing happens in your browser.
Enter text above to see the result here
About Base64: Base64 is an encoding scheme that converts binary data into ASCII text format. It's commonly used for embedding images in HTML/CSS or encoding data for transmission.