TPToolpazar

Global Araç

Html Entity Encoder Decoder

Escape or unescape HTML entities — &amp;, &lt;, &copy;, numeric references like &#169;, and hex references. Useful when pasting HTML into CMS fields that break on raw <, or when you've received encoded text and want the readable version.

Related: URL encoder/decoder, Base64 encoder/decoder, and Unicode text normalizer.

Nasıl Kullanılır

  1. Paste text into either the raw or encoded box.
  2. Click Encode (raw → entity) or Decode (entity → raw).
  3. Toggle whether to escape non-ASCII too.
  4. Copy the converted version.