URL Encoder / Decoder

Encode or decode URLs and query strings with full Unicode support.

Loading tool…

Help & FAQ

What should I encode?

Encode parameter values or path segments; avoid double-encoding whole URLs.

Why spaces become %20?

In URL encoding, spaces are %20; in application/x-www-form-urlencoded, '+' may be used.