Encode special characters to HTML entities and decode HTML entities back to plain text. Essential for web developers.
拖拽到此处或
支持文档、图片、音频、视频和文本文件
隐私: 此工具完全在您的浏览器中运行。数据不会发送到我们的服务器。我们不存储、分享或访问您在此处理的任何信息。
<p>Hello & "World"</p>
<script>alert("XSS")</script>
Café & résumé
A: To safely display characters like <, >, &, " in HTML without being interpreted as markup.
A: All characters with HTML entity equivalents, including &, <, >, ", ', and extended Unicode characters.
A: Yes, all processing happens locally in your browser. Nothing is sent to servers.
Beautify, minify, validate, and fix JSON with syntax highlighting.
Convert JSON to Go struct definitions with tags and options.
Convert JSON to TypeScript interfaces or types.
Convert between JSON and YAML formats with preserved structure.
Convert CSV files to JSON and JSON to CSV with custom delimiters.
Format and beautify SQL queries with syntax highlighting.
Privacy: This tool runs entirely in your browser. No data is sent to our servers.