Encode a single path segment or parameter value; for example a/b becomes a%2Fb。
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.
URL components
Query parameters
| Key | Value | Operation |
|---|
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
Parsing and building preserve repeated parameters in order, such as tag=one&tag=。
Encoding is not a security check. Verify the scheme and host before opening an untrusted link.