编码与加密
HTML 实体编码 / 解码
免费的 HTML 实体编码器和解码器。编码 &, <, > 以及命名/数字引用,或解码回文本。在您的浏览器中运行。
Runs in your browser
Input
Output
编辑注
Understanding · The four characters HTML can't ignore.
本深度章节目前仅有英文版本。上方的转换工具支持您的语言;长篇说明文章尚未翻译。
常见问题
Quick answers.
›Why do I need to escape HTML?
To prevent special characters from being interpreted as HTML tags. < becomes < so the browser shows the character instead of opening a tag.
›What characters need escaping?
At minimum: < > & " '. For maximum safety, escape every non-ASCII character to numeric entities like 😀.
›Is my input uploaded?
No — runs entirely in your browser.
›Does it handle named entities like ©?
Yes — both named (©) and numeric (© or ©) entities are decoded correctly.
›Is the tool free?
Yes — fully free, no signup.
大家也在搜索
Use with
What people reach for next.
相关工具