Base64 Encoder / Decoder
Encode any text to Base64 or decode a Base64 string back to plain text.
Ad
Ad
Frequently Asked Questions
What is Base64?
Base64 is an encoding scheme that converts binary data into ASCII text, commonly used in emails and data URLs.
Is my data safe?
Yes. All encoding and decoding happens in your browser โ nothing is sent to a server.