URL 编码 / 解码
编码或解码 URL 和 URI 组件。支持 encodeURIComponent 和 encodeURI。免费使用,无需注册。
About URL Encoding
URL encoding replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits. This is essential for passing special characters in URLs, query parameters, and form data. Use encodeURIComponent for query parameters and encodeURI for full URLs.
常见问题
💬 User Feedback
评价此工具
4.7 / 5 · 107 人评价
更多工具
B64Base64 编码/解码&;HTML实体编码解码器%%Percent Encoding Tool📡Http Request BuilderJWTJWT 解码器&;HTML 实体编码器全部工具 (374) →Recommended
CloudflareFree CDN & DDoS protection保持更新
获取每周开发技巧和新工具通知。
无垃圾邮件,随时退订。
Enjoy these free tools?
☕Buy Me a Coffee使用方法
- Enter text in the input field
- Choose between URI Component or Full URI encoding mode
- Click 'Encode' or 'Decode'
- Copy the result
常见用途
- Encoding query parameters in URLs
- Encoding form data for submission
- Handling special characters in API requests
- Debugging URL encoding issues