URL Encoder & Decoder
Percent-encode or decode URLs and query parameters safely.
Advertisement
AHow to use
- 01 Paste text or a URL into the input box.
- 02 Pick a mode, then click Encode or Decode.
- 03 Copy the result, or feed the output back in with ⇅.
QFAQ
Component vs full-URL encoding? +
Component mode escapes every reserved character (?, &, / …) — right for parameter values. Full-URL mode keeps structural characters so a whole link stays valid.
Why did decoding fail? +
The input contains a lone % that isn't part of a valid escape like %20. Plain percent signs must themselves be encoded as %25.
→Related tools
→
Encrypted Text
Encrypt and decrypt text locally with AES-GCM.
→
Base64 Encoder & Decoder
Encode or decode Base64 text, with full UTF-8 support.
→
Hash Generator
MD5, SHA-1, SHA-256 and SHA-512 for text or files, computed locally.
→
JWT Decoder
Inspect a JWT's header and payload claims — nothing leaves your browser.