- +100 Tools
- 100% Free
- 0 Pop-up Ads
- No Sign-up
- Runs locally
Related Tools
HTML & URL Encoder/Decoder
HTML & URL Encoder/Decoder
What is this tool?
A free utility that converts text to and from HTML entity encoding and URL (percent) encoding. Useful when preparing text for embedding in HTML, building query strings, or decoding data you've received in either format.
When to use it
- Encoding special characters like & or < before embedding text in HTML
- Building a URL query string with spaces or special characters
- Decoding a URL-encoded string to read its actual content
- Converting HTML entities like & back into readable text
- Preparing user-generated text for safe inclusion in a webpage
How to use it
- 1Open the HTML & URL Encoder/Decoder tool.
- 2Choose whether you want to encode or decode, and HTML or URL mode.
- 3Paste your text or encoded string into the input box.
- 4Review the converted output.
- 5Copy the result for use in your code, URL, or webpage.
Frequently asked questions
What's the difference between HTML encoding and URL encoding?
HTML encoding converts characters like & and < into entities safe for embedding in HTML markup, while URL encoding converts characters like spaces into percent-encoded sequences safe for use in a URL.
Can I decode a URL I copied from my browser's address bar?
Yes, paste the URL-encoded string into decode mode and it will convert it back into readable text.
Does this tool send my text anywhere while encoding or decoding?
No, all conversion happens locally in your browser using JavaScript.
Will this tool validate that my final URL is correctly formed?
No, it encodes or decodes the text you provide; overall URL structure is your responsibility to check.
Is this tool free to use?
Yes, it's completely free with no sign-up required.