One Man Army

URL Encoder / Decoder

Encode and decode URLs safely for web development and sharing.

How to use

  1. Paste text or a URL into the input box.
  2. Click Encode URI, Decode URI, or Encode all chars.
  3. 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.