# HTML Entity Encoder / Decoder

Encode special characters to HTML entities or decode escaped HTML back to plain text online directly in your browser with zero server uploads.

## URL
https://codeasystem.com/tools/developer/html-entity-encoder/

## Features
- Escape HTML special characters: `&`, `<`, `>`, `"`, `'`, `/`, `` ` ``, `=`
- Multiple encoding modes: Named entities, All Non-ASCII, Decimal (`&#...;`), and Hexadecimal (`&#x...;`)
- Clean decoding of standard HTML entities to plain text using browser DOMParser
- Built-in reference table of common HTML entities
- 100% browser-based processing (zero server uploads)

## Privacy
All processing happens directly in your browser using client-side JavaScript. Your text is never uploaded to any server or third-party service.
