Pairs
q=uuup tools\nlang=en-US
Query
?q=uuup%20tools&lang=en-US
Developer Tools
Build a query string from key/value pairs in your browser and encode special characters. Useful for API debugging, tracking links, and share URL assembly.
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.
开发工具
等待输入
Pairs
q=uuup tools\nlang=en-US
Query
?q=uuup%20tools&lang=en-US
Yes. Both keys and values are encoded with encodeURIComponent so spaces and special characters do not break the query.
This tool focuses on the query string. The URL builder also handles protocol, host, path, and hash.
Tools
Continue with another translated tool for a nearby task.
URL Builder
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.
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.