Skip to content

URL Encoder and Decoder

URL encoder and decoder

About URL encoding

Encode query values, paths, and parameters, or decode percent-encoded text.

Common uses

Prepare search parameters, redirect URLs, campaign links, API requests, and debugging values.

Frequently asked questions

What does URL encoding do?

It replaces characters that are unsafe or meaningful in URLs with percent-encoded forms.

Should I encode a full URL or one component?

This tool uses component encoding, which is ideal for query values, paths, and individual parameters.

Is my URL data private?

Yes. Conversion happens locally in your browser.

You can change these choices at any time.