URL Encode / Decode
Percent-encode URLs and query strings for safe web transmission or decode percent-encoded URL parameters.
How to use this calculator
- Select encode or decode.
- Paste URL.
- Read output.
Formula & method
RFC 3986 Percent-Encoding
Reserved Char → % + Hex Code
URI encoding standard.
Example
hello world -> hello%20world.
Key insights
- Spaces encode as %20 or +.
How to interpret your result
URL Encoded Output
Percent-encoded URL string.
Frequently asked questions
- Why encode?
- To handle reserved characters safely in URLs.
Related calculators
See all other calculators · Explore all online calculators