Text to Encode
Encoded Output

Common HTML Entities

< &lt;
> &gt;
& &amp;
" &quot;
' &apos;
  &nbsp;
© &copy;
® &reg;
&trade;
&euro;
£ &pound;
¥ &yen;
Privacy First: All encoding/decoding happens locally in your browser. Your data never leaves your device.

What are HTML Entities?

HTML entities are special codes used to represent characters that have special meaning in HTML or cannot be easily typed on a keyboard. They start with an ampersand (&) and end with a semicolon (;). For example, &lt; represents the less-than sign (<) which would otherwise be interpreted as the start of an HTML tag.

Why Encode HTML Entities?

Entity Types

Related Utilities

Explore our other free developer tools: URL Encoder, Base64 Encoder, JSON Formatter, and Character Counter.