HTML Entity Encode Decode
Encodes special characters into HTML entities (e.g. & → &) or decodes HTML entities back into plain text, useful for safely embedding text in HTML markup.
Encodes special characters into HTML entities (e.g. & → &) or decodes HTML entities back into plain text, useful for safely embedding text in HTML markup.