Base64 Encoder / Decoder

Convert text to Base64 and back. Works offline.

🌐 Uses API
Quick Examples
Input Text(Suggested: encode)

Frequently asked questions

What is Base64?

Base64 is a binary-to-text encoding scheme that represents binary data using 64 ASCII characters. It's commonly used in data URIs and HTTP.

Is Base64 encryption?

No. It's an encoding, not encryption. Do not use it to protect sensitive data; it's reversible.

Does this work offline?

Yes. Encoding and decoding are done locally in your browser and work without a network connection.