Skip to content

URL Encoder / Decoder

Developer Tools

Encode text for safe use in a URL, or decode an encoded URL back to plain text.

What you can do with this tool

  • Encode a query parameter containing special characters
  • Decode a URL copied from an address bar

Frequently asked questions

What characters get encoded?
Reserved and non-ASCII characters are percent-encoded per the standard encodeURIComponent behavior, e.g. spaces become %20.

What would you like to do next?