Developer tool

URL Encode

Encode text using percent-encoding for safe use in URLs and query strings.

Input

Output

Ready.

Related developer tools

FAQ

What does URL encoding do?

It converts special characters into a %HH form so they can be transmitted safely in a URL.

Should I encode the whole URL or just the parameter values?

Typically you encode parameter values, not the entire URL, to avoid encoding reserved characters like : and /.

Is this tool client-side?

Yes. Encoding happens instantly in your browser.