The HTML entities converter changes your normal text to a piece of text ("string") that begins with an ampersand ( & ) and ends with a semicolon ( ; ). This tool allows you to show html on any page without rendering the actual html code.
HTML Entities Example
Before
<title>This is a test title & code</title>
After
<title>This is a test title & code</title>