transform.ignlab.net
{{ output }}{{ outputError ? '' : 'Transformed output appears here…' }}
Paste text — a search query, a value with spaces or special characters — and get it percent-encoded for safe use inside a URL, using the same encodeURIComponent behavior every browser and HTTP client relies on.
Reserved and unsafe URL characters (spaces, &, =, #, etc.) are percent-encoded; unreserved characters (letters, digits, -_.~) are left as-is.
Spaces become %20, matching encodeURIComponent — not the + form used in classic form-encoded (application/x-www-form-urlencoded) bodies.
Use the URL decoder page, or hit Swap to flip this encoder into a decoder with the current output as input.
Need a different conversion? Browse all conversions, sanitize secrets with AI Safeguard, or read the guides.