Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to text instantly!

Plain Text

Base64 Output

100% Private — Everything processed in your browser

How It Works

1

Enter Text

Type or paste text or Base64.

2

Convert

Click encode or decode.

3

Copy

Copy or download result.

FAQ

1

What is Base64?

Base64 is an encoding scheme that converts binary data into ASCII text using 64 characters (A-Z, a-z, 0-9, +, /). It's commonly used for email attachments, data URLs, and API data transfer.

2

Is Base64 encryption?

No! Base64 is encoding, not encryption. Anyone can decode Base64 data. It's meant for data transport, not security.

3

Is my data stored?

No! All encoding/decoding happens in your browser. Nothing is sent to any server.