Developer tools

Base64 encode / decode

Encode or decode UTF-8 text with Base64—handy for data URLs, APIs, and quick debugging, all offline in your browser.

How it works

Paste text in the field. Encode converts the UTF-8 bytes to a Base64 string; Decode expects valid Base64 and restores the original text. If the string isn’t valid Base64, you’ll see an error. Everything runs on your device—nothing is uploaded.

Related tools