Advertisement
🔗

URL Encoder / Decoder

Percent-encode text for safe use in a URL, or decode an encoded URL string back to plain text.

✓ FreeNo loginInstant results

How it works

URL encoding (percent-encoding) converts characters outside the ASCII safe set into a % followed by two hexadecimal digits. This is required for query strings, path parameters, and form submissions. This tool uses JavaScript's built-in encodeURIComponent() and decodeURIComponent() functions — all locally in your browser.

01
Paste your text or encoded URL
02
Choose Encode or Decode mode
03
Copy the instant result
Advertisement