HTML Encoder/Decoder

Convert special characters to HTML entities and vice versa. Perfect for web development and displaying code.

Enter Text or HTML

Output

Character HTML Entity Description
< &lt; Less than
> &gt; Greater than
& &amp; Ampersand
" &quot; Double quote
' &#39; Single quote