Newsletter
We send one email per week — no spam, no fluff. Unsubscribe anytime.
Encode special characters for safe URL usage, or decode percent-encoded URLs back to readable text.
Last updated July 1, 2026
Building query strings
Encode user-submitted search terms before appending them to a URL so special characters like & or = don't break the query string.
Decoding redirect targets
Decode a deeply nested percent-encoded redirect URL to understand where a chain of redirects ultimately leads.