Encode and decode URL components, query strings and redirect parameters without sending data to an external service.
URL output
How to use this tool
- Paste a URL, query value or component.
- Choose component encode/decode or full URL inspection.
- Review reserved characters, query parameters and decoded values.
Common mistakes
- Encoding a full URL when only a query parameter value should be encoded.
- Double-encoding redirect URLs.
- Forgetting that plus signs and spaces can behave differently in form-encoded values.
FAQ
Should I encode a full URL or only a parameter?
Usually encode only the component that is placed inside another URL.
Does this tool call a server?
No. It runs locally in the browser.
Can it parse query parameters?
Yes. The full URL mode lists query parameters when the input is a valid URL.
Related tools
Last updated: May 17, 2026