ZovaTool

URL Encoder / Decoder

Output

How to use the URL Encoder

  1. Pick Encode or Decode.
  2. Choose Component (encodes everything) or Full URL (preserves :/?#).
  3. Output is shown below — copy with one click.
Advertisement

Percent-encoding explained

URLs can only contain a restricted character set. Spaces become %20, & becomes %26, etc.

Use encodeURIComponent for query-string values; use encodeURI when encoding a whole URL that should keep its scheme and slashes intact.