Developer tools · Free online tool

URL encoder & decoder

Encode or decode URL components and inspect malformed percent escapes clearly.

3 guest runs per rolling 24 hours10 with a free accountPrivate inputsMobile-friendly

URL encoder & decoder workspace

Runs locally in your browser

Checking your allowance…

Guest access includes 3 public-tool runs per rolling 24 hours. Inputs stay on this device.

Result

Use it with confidence

How to use the URL encoder & decoder.

01

Add the requested inputs

Use the labelled fields in the workspace above. If example values are provided, try them first or replace them with your own.

02

Calculate and review

Use the main action when needed. Component mode uses encodeURIComponent and decodeURIComponent; full URL mode preserves structural URL characters.

03

Try a worked example

Encode a query value containing spaces and ampersands without changing the rest of a URL.

04

Check the assumptions

Form query strings often use + for a space, while general percent decoding does not automatically do so.

Helpful answers

URL encoder & decoder FAQs.

Is the URL encoder & decoder free?

Yes. Guests receive 3 runs per rolling 24 hours, verified free accounts receive 10, and Premium subscribers receive unlimited normal use.

Does UtilHub upload or save my inputs?

No. This tool runs in your browser and UtilHub does not receive or store the values you enter. Your browser or device may still retain normal local history or form data.

How does this URL encoder & decoder work?

Component mode uses encodeURIComponent and decodeURIComponent; full URL mode preserves structural URL characters.

What should I check before using the result?

Form query strings often use + for a space, while general percent decoding does not automatically do so.