Paste HTML-entity-encoded text, and the tool decodes it back to plain characters.
All standard named entities (&, <, >, ", etc.) plus numeric &#NNN; and hex &#xNNN; forms.
Yes — paste any HTML and all entities within it will be decoded to their visible characters.
Yes — decoding entities is safe. Never inject decoded output back into live HTML without sanitization.