Encode special characters into Named, Decimal, or Hex HTML entities and decode entities back to plain text with safe sandboxed preview.
Escape markup entities, generate safe HTML attributes, and test sandboxed rendering.
Convert dangerous or non-ASCII characters to HTML entities (W3C HTML5).
Encode links and query strings for anchor tag href attributes.
Format JSON state embedded inside script tags or data attributes.
Practical developer scenarios, best practices, and common mistakes to avoid.
Utilities belonging to the Encoding & Decoding domain.
Encode and decode Base64 string formats, URL-safe variants, Hex data, and binary files with UTF-8 support.
Encode and decode URI query parameters, full URLs, form-urlencoded data, and inspect URL components with an interactive query table.