Skip to main content

Base64 Encode/Decode

Encode or decode text/files to Base64

Input (Text)

Enter plain text to encode

Output (Base64)

Result

How to use

Encode: Enter plain text and click Encode to convert it to Base64 format

Decode: Enter Base64 string and click Decode to convert it back to plain text

Switch Mode: Quickly swap between encoding and decoding

What is Base64?

Base64 is an encoding scheme that converts binary data into ASCII text format. It's commonly used for encoding data in URLs, emails, and data transfer protocols. The encoded string only contains letters (A-Z, a-z), numbers (0-9), and two special characters (+ and /).