Gee
在线工具
v1.8.1
数据转换
工具箱
收藏
意见反馈
URL 编解码
对字符串进行 URL 编码或解码,支持 encodeURIComponent / decodeURIComponent / encodeURI
编码 (encodeURIComponent)
解码 (decodeURIComponent)
整段 URL 编码 (encodeURI)
输入
清空
输出
互换
复制
模式说明
encodeURIComponent
— 编码所有非字母数字字符(含
/ ? # : @
),适合编码 URL 参数值
decodeURIComponent
— 解码
%XX
格式的字符串
encodeURI
— 保留 URL 结构字符(
:// / ? & =
),仅编码特殊字符,适合整段 URL 编码