DevToolBoxDevToolBox

HTML Encode / Decode

Convert special characters like <, >, &, and quotes to their HTML entity equivalents (&lt;, &gt;, &amp;, &quot;), or decode HTML entities back to readable text. Essential for safely embedding user input in HTML, preventing XSS vulnerabilities, and working with HTML source code.

Input
Output

Frequently Asked Questions

Related Tools