About
Convert text with named, decimal, or hexadecimal HTML entities.
Why entities matter
HTML entities are used to represent reserved characters and symbols safely in HTML content. They prevent accidental markup parsing and preserve literal text.
Encode and decode
Use encode mode when you need safe HTML output, and decode mode when inspecting existing entity-heavy strings from web pages or templates.
Common workflows
This is useful for CMS content migration, template debugging, and preparing snippets that include reserved characters.