• Utility
Percent-encode or decode URL components instantly in your browser. Handles special characters and full URLs.
• About this tool
Encode or decode URLs and query strings instantly in your browser. Handles percent-encoding for special characters, spaces, and Unicode.
• FAQ
URL encoding (percent-encoding) converts characters that are not allowed in URLs into a % followed by a two-digit hexadecimal code. For example, a space becomes %20.
Encode query parameter values when they contain special characters like &, =, ?, spaces, or Unicode characters.
encodeURI encodes a full URL and leaves characters like / and ? intact. encodeURIComponent encodes a single component (e.g. a query value) and escapes those characters too.
• Related
Base64 Encoder / Decoder
Encode or decode Base64 strings in your browser. Supports UTF-8 text and raw binary data.
HTTP Security Headers Checker
Audit the HTTP security headers of any website. Score CSP, HSTS, X-Frame-Options, and more.
Robots.txt Analyzer
Fetch and parse any website's robots.txt file. See allowed/disallowed paths, crawl delays, and sitemap references.
• automated security
PandaONE runs autonomous agents against your app, validates findings with proof, and opens fixes as pull requests.
Get started