Tools / Base64 Encoder & Decoder

Base64 Encoder & Decoder

Encode and decode text or files to and from Base64 string locally in your browser.

All processing is done entirely in your browser. Files and inputs are never uploaded to our servers.

How It Works

Use the text tab to encode and decode plain text, or the file tab to convert files to Base64 and vice-versa.

Supported Formats & Limitations

Very large files may cause the browser to freeze since processing is done in memory.

Privacy: What Happens to Your Files

This tool processes everything locally in your browser. No data is sent to the server.

Common Problems & Fixes

Ensure text is valid Base64 when decoding, otherwise an error will be thrown.

Frequently Asked Questions

Base64 is an encoding scheme that represents binary data in an ASCII string format.