HTML Entity Encoder/Decoder

Convert special characters to HTML entities and vice versa

Input Text

Output Result

Common HTML Entities

< &lt;
> &gt;
& &amp;
" &quot;
' &apos;
Space &nbsp;
© &copy;
® &reg;
&trade;
&euro;
£ &pound;
¥ &yen;

How to Use

HTML Entity Encoder/Decoder helps you convert special characters to HTML entities and back. Simply paste your text in the input area and click "Encode HTML" to convert special characters to entities, or "Decode HTML" to convert entities back to characters.

Tips: Use the common entities list to quickly insert frequently used HTML entities. This tool is essential for web developers working with user-generated content or displaying code snippets.