Encode and decode HTML entities instantly - Free HTML encoder/decoder tool
HTML encoding converts special characters to HTML entities to prevent XSS attacks and display code safely.
• < becomes <
• > becomes >
• & becomes &
• " becomes "
HTML decoding converts HTML entities back to their original characters for readability and editing.
• < becomes <
• > becomes >
• & becomes &
• " becomes "