HTML Entity Encoder Decoder
Encode special characters to HTML entities to safely display them in HTML, or decode entities back to readable characters.
0 chars0 bytes
Encode special characters to HTML entities to safely display them in HTML, or decode entities back to readable characters.
HTML entities are special sequences that represent characters that have special meaning in HTML or cannot be typed directly. They start with & and end with ;