HTML Entity Encoder / Decoder
Escape reserved HTML tags and special characters safelyFrequently Asked Questions
An HTML entity is a piece of text ("string") that begins with an ampersand (
&) and ends with a semicolon (;). Entities are frequently used to display reserved characters (which would otherwise be interpreted as HTML code). < = < | > = > | & = & | " = " | ' = '.