URL Encoder / Decoder

Encode special characters for safe URLs or decode percent-encoded strings. All processing happens locally in your browser.

Input
Output

How to Use

  1. Paste your text or URL into the input box.
  2. Click Encode to percent-encode, or Decode to revert.
  3. Copy the result.

Common Use Cases

  • Encoding query string parameters with special characters
  • Decoding URLs from server logs or analytics
  • Handling non-ASCII characters in URLs
  • Debugging webhook payloads with encoded data