URL Debugger

This tool allows you to encode or decode text using percent-encoding (URL encoding). Useful for debugging HTTP requests, query parameters, and payloads with special characters.

Input

Result

Why use URL encoding?

  • Escape parameters that include spaces, &, =, ?, etc.
  • Safely inject payloads into PoCs for XSS or SQLi testing.
  • Inspect redirects and chained URLs during web penetration testing.