CaseWren

URL Encoder & Decoder

Escape and unescape URLs and query strings safely.

0 Characters · 0 Words · 0 Lines

About the URL Encoder & Decoder

Query parameters break the moment a value contains an ampersand, a space, or a non-ASCII character. This tool applies strict percent-encoding (encodeURIComponent) so your parameters survive the trip, and decodes mangled URLs back into readable text when you are debugging redirects or logs.

Both directions run live: paste a full encoded URL to read every parameter, or type a raw value and copy its safely escaped form.

How to use it

  1. 1Paste a URL, query string, or raw value into the input.
  2. 2Copy the encoded output for safe transport, or the decoded output for readability.

Frequently asked questions

Related tools