URL Encoder and Decoder

Encode or decode URLs and query strings for Unicode text, spaces and special characters.

Features

FAQ

When should I URL encode text?

Encode text when a URL contains spaces, Unicode or reserved characters.

Why does URL decoding fail?

The input may not be a valid percent-encoded string.

More tools