HTML Entity Encoder & Decoder

Encode text to HTML entities or decode HTML entities back to readable text. Supports named, decimal, and hexadecimal formats.

Copied to clipboard!

Text to HTML Entities (Encode)

Named Entities (where available)
Decimal Entities (&)
Hexadecimal Entities (&)

HTML Entities to Text (Decode)

Decoded Text

Common HTML Entities Reference

Character Named Decimal Hex Description
& & & & Ampersand
< &amp;lt; &amp;#60; &amp;#x3C; Less than
> &amp;gt; &amp;#62; &amp;#x3E; Greater than
" &amp;quot; &amp;#34; &amp;#x22; Double quote
' &amp;apos; &amp;#39; &amp;#x27; Apostrophe
&amp;nbsp; &amp;#160; &amp;#xA0; Non-breaking space
© &amp;copy; &amp;#169; &amp;#xA9; Copyright
® &amp;reg; &amp;#174; &amp;#xAE; Registered
&amp;trade; &amp;#8482; &amp;#x2122; Trademark
&amp;euro; &amp;#8364; &amp;#x20AC; Euro sign
£ &amp;pound; &amp;#163; &amp;#xA3; Pound sign
° &amp;deg; &amp;#176; &amp;#xB0; Degree
&amp;mdash; &amp;#8212; &amp;#x2014; Em dash
&amp;ndash; &amp;#8211; &amp;#x2013; En dash