The HTML Encoder converts special characters to their HTML entity equivalents (& → &, < → <, > → >, " → ", ' → ') for safe embedding in HTML documents. The decoder reverses this, converting entities back to characters. Essential for displaying code examples, user input in HTML, or data that must not be interpreted as markup.
Safely embed user content or code examples in HTML by encoding special characters, or decode received HTML entities to readable text.
Convert Markdown to HTML instantly.
Convert HTML markup to clean Markdown syntax.
Convert CSV data into a JSON array of objects.
Flatten a JSON array of objects into a CSV spreadsheet.
Convert XML documents to a JSON representation.
Convert a JSON object or array to an XML document.