🔧 在线工具箱 · URL编码解码

🔗 URL 编码 / 解码 工具

支持 encodeURIComponent(严格编码)和 encodeURI(保留URL语义)两种模式,智能解码,精准处理特殊字符与中文。

📝 原始文本 / URL
💡 component模式推荐对查询参数进行编码
✨ 转换结果
⚡ 解码自动尝试 decodeURIComponent + decodeURI 后备;编码按所选模式处理