๐Ÿ”—

URL Encoder/Decoder

Encode or decode URLs and query strings.

Developerurlencodedecodepercent๐Ÿ”’ Browser-only

๐Ÿ“‹ How to use URL Encoder/Decoder

  1. 1Enter URL or text
  2. 2Choose Encode or Decode
  3. 3Copy result

Try it now

0 chars

0 chars

Common encodings

Space โ†’ %20& โ†’ %26= โ†’ %3D/ โ†’ %2F? โ†’ %3F# โ†’ %23+ โ†’ %2B@ โ†’ %40

Examples

Encode URL

Input: "hello world & more"
Output: "hello%20world%20%26%20more"

Frequently Asked Questions

What is URL encoding?โ–พ

URL encoding replaces special characters with percent-encoded values.

Related Tools