HTML Entities
Encoder / Decoder
Enter the text and choose between encode
or
decode
.
OUTPUT
The result will be displayed here
Reserved characters
Some special characters are reserved for use in HTML, meaning that your browser will parse them as HTML code. For example, if you use the less-than (<) sign, the browser interprets any text that follows as a tag.
To display these characters as text, replace them with their corresponding character entities, as shown in the following table.
source: developer.mozilla.org
app repo: GitHub
