🔗 URL 编解码
Encode and decode URL strings with percent-encoding — free, in your browser.
✨ See what this tool can do
🔓
Plain text
编码和解码 URL 组件
安全编码查询参数
100% 隐私 —— 浏览器端运行
🔗
Encoded URL
📥 Input
📤 Output
URL 编解码器:编码和解码 URL 组件
URL 编解码器让你编码和解码 URL 组件。全部在浏览器本地处理,无需上传、无需注册。
安全编码查询参数
安全编码查询参数。这是人们使用URL 编解码器最常见的理由之一——几秒内即可在浏览器中完成。
解码编码 URL 以调试
解码编码 URL 以调试。这是人们使用URL 编解码器最常见的理由之一——几秒内即可在浏览器中完成。
为 URL 包含准备文本
为 URL 包含准备文本。这是人们使用URL 编解码器最常见的理由之一——几秒内即可在浏览器中完成。
URL 编解码器所需的一切功能
让URL 编解码器快速、私密且免费的强大功能。
即时处理
输入即转换、即校验。
开发者级
为准确、符合标准的结果而构建。
100% 隐私
全部本地处理——数据不外传。
复制导出
一键复制到剪贴板,方便使用。
永久免费
无需注册、无 API 密钥、无限制。
正则与 JSON
内置完整正则表达式和 JSON 校验。
100% 隐私
文件不离开浏览器
浏览器端
无需安装、不上传
永久免费
无需注册、无水印
无需注册
即刻开始,无需账号
How to Use
1
Enter Text
Paste or type your text in the input area.
2
Choose Action
Click Encode, Decode, or Encode Component.
3
View Result
Output appears in the right panel.
4
Copy or Swap
Copy the result or swap input/output.
Detailed User Guide
Enter Text
Paste or type your text in the input area.
Choose Action
Click Encode, Decode, or Encode Component.
View Result
Output appears in the right panel.
Copy or Swap
Copy the result or swap input/output.
常见问题
encodeURI preserves URL separators like / and ?. encodeURIComponent encodes everything including them — use for query parameters.
Yes, using the native JavaScript encodeURIComponent function which follows the standard.
If the input contains invalid percent sequences (like %ZZ), decode will fail. Check your input.
是的——标准 URL 百分号编码。
可以——编码组件或完整 URL。
够用——遵循标准规范(RFC 3986、JSON 规范等)。
不会。全部在浏览器内处理,关闭标签页即丢弃。