URL 在线编码与解码器 (支持 RFC 3986 规范与参数解析)
纯前端免安装的 URL / URI 编码解码工具,支持 RFC 3986 规范、批量转义与查询参数(Query String)可视化拆解解析。
解析出的 GET 查询参数列表
0 parameters未在当前网址中检测到查询参数。
URL 在线编码与解码器 (支持 RFC 3986 规范与参数解析)
Welcome to the high-efficiency browser utility for url在线编码. All encoding, percent-escaping, and parameter parsing computations execute in your local browser sandbox with zero telemetry.
使用指南与操作流程
- Paste or drag-and-drop any URL or query string into the input workspace.
- Choose 编码组件 (encodeURIComponent) for parameters or URL 解码还原 for raw links.
- Inspect parsed GET query parameters in the visual table below and click copy.
Related Search Queries
- +url在线编码
- +url解码在线
- +url转义工具
- +urlencode在线转换
- +urldecode还原
- +查询参数解析工具
- +特殊字符url编码
- +uri在线解析
常见问题解答与技术指南
What is the difference between encodeURI and encodeURIComponent?
encodeURI preserves protocol and path delimiters like /, :, ?, and #, while encodeURIComponent encodes all special punctuation so the string can be safely inserted as a query parameter value.
100% 纯前端本地隐私保障
所有文本比对与编解码计算均在您的设备浏览器内就地完成,绝不上传至任何服务器。
毫秒级原生极速响应
基于现代 JavaScript 原生 Web API 运算,零网络延迟,支持断网离线即时使用。