URL EncoderURL 编解码
URL encode and decode strings - convert special characters to percent-encoded format.对 URL 或字符串进行百分号编码和解码。
Your files are processed entirely in your browser. Nothing is uploaded to any server.所有文件均在浏览器本地处理,不会上传到服务器。
About this tool工具说明
URL encode and decode strings - convert special characters to percent-encoded format. Works directly in your browser - no software to install, no account required, completely free.对 URL 或字符串进行百分号编码和解码。
FAQ常见问题
It converts special characters into percent-encoded format for safe use in URLs.
The tool uses encodeURIComponent-style component encoding. Full URL and form modes are not currently included.
当 URL 组件中包含空格、中文或特殊字符时需要编码。
当前使用类似 encodeURIComponent 的组件编码,暂不包含完整 URL 和表单模式。
Related tools相关工具