π
HTML Encoder / Decoder
ConverterConvert HTML special characters to entities and back.
About This Tool
HTML entities prevent browsers from interpreting characters as HTML markup. The five characters that must always be encoded in HTML are &, <, >, ", and ' (when in attributes). Failing to encode user input enables XSS (Cross-Site Scripting) attacks.