HTML Entity Encoder / Decoder
Encode text to HTML entities (named, decimal, and hex) and decode entities back to characters
Café & tea – "naïve" résumé © 2026
Café & tea – "naïve" résumé © 2026
Decode handles named entities (the common HTML subset), decimal (©), and hex (©) references. Encode uses numeric entities for non-ASCII — safe in all HTML/XML/SGML contexts.
Related tools
JSON Prettifier
Format and validate JSON data
XML/HTML Formatter
Format, validate, prettify, and minify XML or HTML data
XML ↔ JSON Converter
Bidirectional XML-to-JSON and JSON-to-XML converter using the familiar @attr / _text convention; repeated tags collapse into arrays
JSONPath Query Engine
Test JSONPath expressions — supports dot/bracket access, wildcards, slices, recursive descent (..), and filter [?(...)] expressions
GraphQL Formatter
Format and validate GraphQL queries, mutations, subscriptions, and fragments — preserves string literals, args, blocks, lists, and comments