Skip to content

Encoding tools

Encode and decode Base64, URLs and HTML entities. Every tool runs in your browser, so nothing you add is uploaded.

Base64

Turn text or files into Base64, and decode Base64 back into text, images or other files.

URL & HTML

Make text safe for web addresses and HTML, or read encoded links and entities.

About Encoding tools

Convert text and files into the encoded forms used on the web and back again: Base64 for email attachments, data URLs and APIs; percent-encoding for links and query strings; and HTML entities for showing code safely on a page. Everything is converted instantly in your browser.

Frequently asked questions

Is encoding the same as encryption?

No. Encodings like Base64 and URL encoding can be reversed by anyone instantly. They make data safe to transport, not secret.