URL Encoder & Decoder
Convert text to URL-safe percent-encoded strings or decode them back. Useful for query params, redirect URIs, and form data.
Heads up: DevTools is open
With "Disable cache" on in the Network tab, every page will skip the service worker cache - costing you offline support. The app may also auto-reload more aggressively when an update arrives. Close DevTools for the smoothest experience.
Convert text to URL-safe percent-encoded strings or decode them back. Useful for query params, redirect URIs, and form data.