CG CrazyGamesUpplay · build · explore
Explore
CrazyGamesUp

Base64 Encoder & Decoder

Encode text to Base64 or decode Base64 strings online for free.

Frequently Asked Questions

What is Base64?

Base64 is an encoding that represents binary or text data using printable characters.

How do I encode text?

Enter text and choose Encode to produce a Base64 string.

How do I decode Base64?

Paste Base64 data and choose Decode.

Is Base64 encryption?

No. Base64 is encoding, not encryption, and it should not protect secrets.

Does it support Unicode?

Yes, text is converted using UTF-8 before encoding.

Is it free?

Yes, it is free and runs in the browser.