URL Encoder / Decoder
Percent-encode text for use in URLs, or decode an encoded URL back to readable text.
Advertisement
How to use
- Paste the text or URL you want to convert.
- Choose Encode or Decode.
- Copy the converted result.
Frequently asked questions
When do I need URL encoding?
When a value in a URL contains spaces or special characters (like &, ?, or /) that would otherwise be interpreted as URL syntax.
What is the difference between encoding a component and a whole URL?
Component encoding escapes more characters and is meant for a single query value. This tool encodes components so your value is fully safe to drop into a URL.
🔒 This tool runs entirely in your browser. Nothing you enter is uploaded, logged, or stored.
Related tools
Advertisement