工作原理
URL Encoder/Decoder — Percent-encode and decode URI components and full URLs. 所有处理都在您的浏览器中进行 — 无需上传、无需注册、无需邮箱。永久免费。
常见问题
encodeURI 与 encodeURIComponent 的区别?
encodeURI 保留 URL 结构字符如 /、?、& 不变——用于完整 URL。encodeURIComponent 也会对它们百分号编码——用于 query 参数值等。
解码时为什么出现「无效编码序列」?
输入包含格式错误的 % 转义(如 '%G1')。请检查每个 % 后是否跟两位有效 hex 数字,或先对原文使用「Encode」。
我的数据会发送到任何地方吗?
不会。编码/解码在你的浏览器本地运行——没有任何上传或记录。
相关工具
- UUID GeneratorGenerate cryptographically random UUID v4 in bulk
- JWT DecoderDecode and inspect JSON Web Tokens (header, payload, expiry)
- Regex TesterTest regular expressions with live match highlighting
- Cron Expression BuilderBuild and explain cron expressions in plain language
- SQL FormatterBeautify, minify or format SQL queries for any major dialect
- YAML ↔ JSON ConverterConvert between YAML and JSON in either direction