Base64 Encoder/Decoder

Convert text to Base64 and back

Enter text to encode

Supports UTF-8, Latin-1, and Hex text encoding with standard or URL-safe Base64 variant. All processing happens locally in your browser.

Base64 Encoder/Decoder FAQ

What is Base64 used for?

Base64 converts binary or text data into ASCII-safe output for transport and storage in text systems.

Is Base64 encryption?

No, Base64 is encoding only and can be reversed easily.