Encode or decode URLs and query strings with one click.
Local‑only processing for privacy.
Choose encoding mode and convert entire URLs, path segments, or parameter values.
A quick way to encode or decode URLs and query strings. Use encodeURIComponent for parameter values or path segments, and encodeURI for full URLs. Decoding reverses both modes. This is useful when building links, debugging redirects, and verifying webhooks. Everything runs locally in your browser.
Privacy: runs entirely in your browser—no data is sent anywhere.