What are HTML entities?
HTML entities are special codes that represent characters which would otherwise be interpreted as markup, like < for <, > for >, or & for &.
Frequently asked questions
What characters get encoded?
In named-entity mode the tool encodes the five XML-required characters: <, >, &, ", '. In numeric mode it also encodes any non-ASCII character.