AI Tool Hub

URL Encoder / Decoder

Encode or decode URL components and full URIs.

Guide & how to use

What this tool does

Use percent-encoding for query strings or full URI encoding. Helpful when building links and debugging APIs.

Example input/output

Illustrative sample — your real inputs may look different.

Example input

https://example.com/q=hello world & sort=date

Example output

encodeURIComponent → https%3A%2F%2Fexample.com%2Fq%3Dhello%20world%20%26%20sort%3Ddate

Frequently asked questions