URL Encode/Decode
Encode or decode URLs and query parameters
How It Works
- Type or paste a URL or text string
- Click Encode to safely encode special characters, or Decode to reverse the process
- Copy the result with a single click
Frequently Asked Questions
What characters does URL encoding handle?
URL encoding converts special characters like spaces, &, ?, %, and non-ASCII characters into their percent-encoded form.
Is the data sent to a server?
No. All encoding and decoding happens locally in your browser.