About this tool
Encode special characters and spaces in a URL or query parameter into percent-encoded form, or decode a percent-encoded string back into readable text — handy for debugging links, webhooks and API query parameters.
Examples
- "hello world" → "hello%20world"
- "a%20b%26c" → "a b&c"