URL Encoder / Decoder
Encode and decode URLs safely for web development and sharing.
How to use
- Paste text or a URL into the input box.
- Click Encode URI, Decode URI, or Encode all chars.
- Copy the result from the output panel.
FAQ
- What is the difference between encode modes?
- Encode URI uses encodeURIComponent (safe for query values). Encode all chars percent-encodes every character.
- Is my data sent anywhere?
- No. Encoding and decoding happen entirely in your browser.