URL-encode and decode

A free online URL encoder and decoder that runs in your browser. Two scopes: Component (encodeURIComponent, escapes every reserved character including / ? & =) and Full URL (encodeURI, keeps URL structure intact). Optional + for space (the application/x-www-form-urlencoded variant used by HTML forms). Auto-detect flips Encode→Decode when the input contains percent sequences. UTF-8 multi-byte sequences round-trip correctly.

How to use

1
Pick a mode

Encode (text → percent) or Decode (percent → text). Auto-detect handles common cases.

2
Pick a scope

Component for query params, Full URL for whole URLs.

3
Paste your input

Result appears live in the right pane.

4
Copy or download

Copy to clipboard or save as a text file.

Component, full-URL, and form-urlencoded variants in one place

In: 0 Out: 0
Published