URL Encoder/Decoder
Percent-encode URLs and query strings, or decode them back to readable text.
Last updated
How the URL Encoder/Decoder works
Percent-encode URLs and query strings, or decode them back to readable text. No sign-up, no uploads — everything runs in your browser.
Frequently asked questions
When do I need URL encoding?
Whenever a value contains characters that are special in URLs — spaces, &, ?, # — such as when building query strings or paths.