URL Encoder & Parser
Local tool · Inputs are never uploaded
Network Check LabPRACTICAL TOOL LABCheck current network

LOCAL URL WORKBENCH

URL Encoder & Parser

Encode, decode, and inspect URLs and query parameters

All input is processed in this browser and is never sent to a server or written to local storage.

Waiting for input.

Supports component, full URI, and form encoding; input up to 20,000 characters and 1,000 query items.

URL

Usage and safety notes

When to encode a component

Encode a single path segment or parameter value; for example a/b becomes a%2Fb

Repeated parameters are preserved

Parsing and building preserve repeated parameters in order, such as tag=one&tag=

Inspect redirect targets

Encoding is not a security check. Verify the scheme and host before opening an untrusted link.