HomeEncode & Decode › URL Encode/Decode

URL Encode/Decode

Encode or decode special characters in a URL string.

🔒 100% private ⚡ Instant results ∞ No limits
⌨ Paste text → results appear instantly · 🔒 Browser-only — nothing sent to servers · Ctrl+↵ to run · Ctrl+Shift+C to copy

About URL Encode/Decode

Encode or decode special characters in a URL string. It runs entirely in your browser — no content you enter is ever sent to our servers or stored anywhere.

Free to use with no daily limits and no account required.

❓ Frequently Asked Questions

When including special characters like spaces, &, ?, # or non-ASCII characters in URLs or API query strings.
URL encoding converts characters to % sequences (e.g. %20 for space). HTML encoding converts characters to entities (e.g. &) for use inside HTML markup.
Yes — select "URL Decode" from the Mode dropdown and paste your encoded URL to restore the original text.
In form encoding (application/x-www-form-urlencoded), spaces become +. In standard percent encoding (RFC 3986), spaces become %20. This tool uses standard percent encoding.