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常见问题
What is URL encoding?
It converts special characters into percent-encoded format for safe use in URLs.
Does it support full URL encoding?
Yes - both encodeURIComponent and full URL modes are available.
什么时候需要 URL 编码?
当 URL 中包含空格、中文或特殊字符时需要编码。
可以解码吗?
可以,切换到解码模式即可还原字符串。
Related tools相关工具