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
Encode (text → percent) or Decode (percent → text). Auto-detect handles common cases.
Component for query params, Full URL for whole URLs.
Result appears live in the right pane.
Copy to clipboard or save as a text file.