URL Encoder / Decoder

Encode URLs, decode percent-encoded strings, clean query parameters, and inspect URL parts instantly.

Encode or Decode URL

Reset

What is URL Encoding?

URL encoding converts unsafe characters into percent-encoded text so URLs and query strings can be safely sent through browsers, APIs, and forms.

  • Encode spaces and special characters.
  • Decode percent-encoded URLs.
  • Inspect URL scheme, host, path, query, and fragment.
  • Use component encoding for query values.