URL Encode/Decode

Safely encode or decode text for URLs.

How to use

  1. Enter the text to encode or the percent-encoded string to decode.
  2. Choose Encode or Decode; the result updates automatically.
  3. Copy the result for use in query strings or URLs.

Examples

  • Encode query params like 'a=b&c=d'

FAQ

Spaces vs +?
This uses standard percent encoding (spaces become %20).

Informational only; verify critical results independently.

Related tools