Encode & decode
URL
Percent-encode and decode URLs and query values
How to use / Notes
How to use
- Enter the string to encode or decode.
- Choose the direction.
- Copy the result for use in a URL.
Notes
- A whole URL vs. a single component needs a different escaping scope.
- Encoding an already-encoded string produces double encoding.