URL Encoder and Decoder
Percent-encode or decode URLs and query strings — full-URL or component mode, with a live parameter breakdown.
Stays on your device. This tool runs in your browser — nothing you paste or open ever leaves it. Nothing uploaded, nothing to leak.
Whole URL versus component
The two encoders exist for a reason. Whole-URL encoding leaves reserved characters like / ? : = intact, so a complete address stays usable. Component encoding escapes those too, which is exactly what you want when a value (an email, a redirect target, a search term) is going inside one query parameter. Picking the wrong one is the most common URL bug.