Skip to main content
Tools Encode / Decode
URL

URL Encoder / Decoder

88,401 runs · v1.0 · Everything below stays in your browser

Percent-encode and decode URLs, query strings, and form data. Full-component or per-parameter modes.

Runs entirely in your browser · Your input is never transmitted

INPUT
0 BReady
OUTPUT
 
OK

How to use

  1. Paste text into the input.
  2. Pick Encode or Decode.
  3. Copy the result.

Frequently asked

Component vs. full URL?

Component mode encodes every special character (for values inside a URL). Full-URL mode preserves :/?#& so the URL structure isn't mangled.

Does it handle Unicode?

Yes. Non-ASCII is encoded as UTF-8 percent sequences per RFC 3986.