URL 编解码工具

encodeURIComponent / decodeURIComponent · 解决参数乱码
使用标准 encodeURIComponent / decodeURIComponent (RFC 3986)
原始字符串
编码模式 解码模式
当前模式: 编码 (Encode) 0 字符
转换结果
UTF-8 编码支持 0 字节
编码模式:将特殊字符转为 % 格式 (如空格→%20,中文→%E4%BD%A0) 解码模式:将 %XX 格式还原为原始字符
✅ 已复制到剪贴板