About this Tool
HTML entities are used to display reserved characters in HTML that would otherwise be interpreted as code. For example, < becomes < and > becomes >. This encoding is crucial for preventing XSS (Cross-Site Scripting) attacks when displaying user-generated content. This tool supports both named entities (&) and numeric entities (&).