Codifica caracteres especiales en entidades HTML o decodifica entidades HTML a texto.
Drag & drop a file here, or click to browse
Privacy: This tool runs entirely in your browser. No data is sent to our servers. We don't store, share, or have access to any of the information you process here.
<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.
This tool runs entirely in your browser. No data is sent to our servers. We don't store, share, or have access to any of the information you process here.