URL Encoder / Decoder
Encode or decode URL-encoded strings instantly — free, no signup. Both inputs update simultaneously as you type. Handles percent-encoding for query strings and full URLs.
Use encodeURIComponent when encoding query string values or path segments. Use encodeURI when encoding a complete URL — it preserves the characters that give URLs their structure.