MetaTools

HTML Entities

HTML Entity Encode / Decode

Overview

Free HTML entity encoder/decoder. Convert text to HTML entities and decode entities back to text.

Encode or decode HTML entities safely.

Common workflows

  • Format and validate JSON before committing, debugging, or pasting payloads into API tools.
  • Decode JWTs, Base64 strings, URL-encoded text, and HTML entities while investigating data flow issues.
  • Preview HTML, CSS, and JavaScript together or convert between related web data formats like CSV, JSON, and YAML.

FAQ

When should I encode HTML?

Encode when you need to render text safely inside HTML.

Does decoding handle all entities?

Yes, it decodes standard HTML entities.