HTML-Entities kodieren und dekodieren — Sonderzeichen escapen und Nicht-ASCII in numerische Entities umwandeln.
This is a free, browser-based HTML entity encoder and decoder that converts text to and from HTML entities — escaping special characters like &, <, > and quotes, encoding all non-ASCII characters as decimal or hex numeric entities, and decoding named, decimal and hex entities back to their characters — all running locally so nothing is uploaded.
Paste your text and switch between Encode and Decode. The result appears instantly. Encoding escapes special characters and can optionally turn every non-ASCII character into a numeric entity; decoding turns named, decimal and hex entities back into their characters. Everything runs in your browser.
Choose Encode or Decode and paste your text on the left. For encoding, optionally turn on Encode all non-ASCII and pick decimal or hex output. The result updates on the right; copy or download it. Nothing is sent to a server.
When encoding, &, <, >, " and ' are always replaced with their HTML entities. The optional non-ASCII switch additionally encodes every character above ASCII as a numeric entity.
Yes. Decoding goes through the browser's native HTML parser so named, decimal and hex entities are all handled correctly, including ones you didn't write.
No. Encoding and decoding run entirely in your browser, so even content with personal data or markup stays private.
Built by the Toolbox team using the browser's native HTML parser for safe, exhaustive decoding and standards-aligned escaping rules for encoding, so output matches what HTML5 parsers and email clients expect.