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