Textone

HTML Entities Converter

Convert text to HTML entities and decode HTML entities back to text

Input

Output


                    

Common HTML Entities

Character Named Entity Numeric Entity Hex Entity Description

How to Use

  1. Enter text in the input field
  2. Choose encoding type (named, numeric, or hex)
  3. Click "Encode" to convert text to HTML entities
  4. Click "Decode" to convert HTML entities back to text
  5. Use the reference table for common HTML entities

About HTML Entities

HTML entities are special codes used to represent reserved characters and symbols in HTML.

Named Entities: Use a name to represent the character (e.g., &lt; for <)

Numeric Entities: Use the decimal Unicode value (e.g., &#60; for <)

Hexadecimal Entities: Use the hex Unicode value (e.g., &#x3C; for <)

HTML entities are essential for displaying characters that would otherwise be interpreted as HTML code.

Advertisement Area