HTML Entity Encoder/Decoder
Convert special characters to HTML entities
Common HTML Entities (click to copy)
About HTML Entities
HTML entities are used to display special characters that are reserved in HTML or characters that are not on the keyboard.
Encode: Converts special characters like < > & " to their HTML entity equivalents.
Encode All: Converts all characters to their numeric HTML entity form (xx;).
Decode: Converts HTML entities back to their original characters.