
URL Encode / Decode
Percent-encode and decode URLs & query strings
Free online URL encoder & decoder
URL encoding (percent-encoding) converts characters that aren't allowed in a URL — spaces, &, ?, /, non-ASCII text — into a safe %XX form so links and query strings work reliably. Paste your text and it's converted instantly in your browser; nothing is uploaded.
- Encode — turn plain text or a URL into a percent-encoded string.
- Decode — turn a
%20%3F-style string back into readable text. - 100% client-side, works offline, no ads on your data — safe for sensitive links.
Need something else? Try our Base64 encoder/decoder or the JSON formatter.