URL Encode / Decode
Percent-encode and decode URL components and query strings.
How it works
Percent-encode special characters in URLs and query strings so they are safe to transmit, or decode encoded strings back to readable text. Use component mode for individual query values.
Example: a space becomes %20 — e.g. hello world → hello%20world.
Input
Output