Base64 Decode & Base64 Encode

Base64 is an encoding to represent binary data in an ASCII string format by translating it into a radix-64 representation. It's commonly used in a lot of different applications, but it's also a favorite among crackers to hide information in source code.

Learn about using Base64 in your programming language, Base64 Encode an image, or use our base64 decode & base64 encode tools below:

Base64 Decode

If you want to base 64 decode a blob of data, paste it in the textarea below and press "Base64 Decode":


Base64 Encode

If you want to base 64 encode a blob of data, paste it in the textarea below and press "Base64 Encode":