HTML Entity Encoder/Decoder
Encode special characters like <, >, &, and quotes into their HTML entity equivalents, or decode HTML entities back to readable text. Essential for safely embedding content in HTML, preventing XSS attacks, and working with web content.