Fields
host=api.example.com, id=1, text=&
URL
https://api.example.com?id=1&text=%26
Encoding & Decoding
Build URLs from protocol, host, port, path, hash, and query parameters with automatic value escaping, or parse a full URL back into fields. Handy for API debugging and campaign link setup. Processing stays in the browser.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
编码加解码
等待输入
Fields
host=api.example.com, id=1, text=&
URL
https://api.example.com?id=1&text=%26
It treats parameters as flat key/value pairs. Nested forms (such as a[b]=1 or repeated keys) vary by framework—verify against your server’s convention.
This builder focuses on structure and parameter escaping. Encode/decode tools operate on individual strings; dedicated parsers emphasize field breakdown of a full URL.
Tools
Continue with another translated tool for a nearby task.
URL Tracking Param Cleaner
Strip common tracking parameters such as utm_*, spm, fbclid, and gclid from links, and extract URLs from surrounding text first when needed. Useful for tidying share links and reducing tracker noise. Cleanup runs locally in the browser.
URL Parser
Parse a URL into protocol, host, port, path, query, and hash fields, and list each query parameter name and value. Useful for debugging API URLs and share links.
URL Encode/Decode
Percent-encode or decode text with encodeURIComponent or encodeURI. Useful for query values, non-ASCII paths, and API debugging. All processing stays in the browser.