URL & HTML Escape Tool
Switch between URL encoding, HTML entities, and escape helpers without juggling separate scripts. Choose an operation and direction to clean or restore payloads for APIs, CMS fields, and debugging sessions.
Quick samples
Transform input
Choose the operation, direction, and optional entity controls before sending the payload to the server.
Transformation result
Review the transformed output, copy it instantly, and track applied settings.
47
61
Convert spaces to + and percent-encode special characters.
Documentation
URL & HTML Escape Tool
About this tool
URL & HTML Escape Tool encodes and decodes text for URLs, HTML entities, slash escapes, and regex-ready strings. Use it when text needs to survive a specific escaped context.
Modes
Choose the helper that matches the destination format, not just the source text.
URL, raw URL, HTML, slash, and regex-style helpers follow different rules. Decode with the matching mode when recovering the original text.
Gotchas
Avoid double encoding. If text is already escaped, running another encode pass can change the meaning.
Review input and output lengths when a result grows more than expected.
Key use cases
- -Encode query string values.
- -Decode URL or HTML-escaped text.
- -Escape snippets before pasting into HTML.
- -Normalize values before signing or comparing them.