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.