Convert HTML entities to text and back. Safely escape or unescape HTML.
HTML encoding converts special characters like <, >, &, and quotes into their HTML entity equivalents so they display correctly in web pages without being interpreted as HTML tags. This is essential for displaying code snippets, user input, or any special characters safely on a webpage.