Skip to main content
ssvpune

URL Encoder / Decoder

URL Encoder / Decoder

Percent-encode or decode URLs and query string values.

Use tool ↓

About this tool

Encode special characters and spaces in a URL or query parameter into percent-encoded form, or decode a percent-encoded string back into readable text — handy for debugging links, webhooks and API query parameters.

Examples

  • "hello world" → "hello%20world"
  • "a%20b%26c" → "a b&c"

Frequently asked questions

Related utilities