URL Encoder/Decoder
Encode special characters in URLs or decode percent-encoded strings instantly.
Percent encodingInstant resultsNo signup
Mode
Text stays on your device
Documentation
What is URL encoding?
Converts special characters to percent-encoded format. Spaces become %20, < becomes %3C, etc.
When to use
For query parameters, form submissions, API calls, and anywhere URLs need safe encoding.
How to use
- 1) Paste your URL or text.
- 2) Click Encode or Decode.
- 3) Copy the result.
FAQs
What is URL encoding?
Converts special chars to %xx format. Spaces become %20.
What does decoding do?
Converts %xx back to original characters.
When should I encode?
For query params, forms, and API calls with special characters.
Does it store my text?
No. All processing is local.
Is it free?
Yes. Completely free.
Privacy: All processing runs in your browser. Nothing is stored.