Security & devFree

URL Encode / Decode

Free URL encode and decode tool. Convert text with encodeURIComponent, encodeURI, or form-style + spaces. Runs locally in your browser.

Common uses

Frequently asked questions

encodeURIComponent vs encodeURI?

encodeURIComponent encodes nearly all reserved characters. encodeURI leaves URL structure characters like : / ? # intact.

What is form style?

Many forms use + for spaces instead of %20.

Is data uploaded?

No. Encoding runs in your browser.

Why did decode fail?

The input may contain invalid percent sequences.

Related tools