Encode and decode Base64 string formats, URL-safe variants, Hex data, and binary files with UTF-8 support.
Encode UTF-8 strings or files, generate Data URIs, and format embedded JSON payloads.
Convert binary or UTF-8 strings into Base64 format safely.
Encode tokens or parameters for safe HTTP query strings.
Pretty-print decoded JSON string payloads with error validation.
Practical developer scenarios, best practices, and common mistakes to avoid.
Utilities belonging to the Encoding & Decoding domain.
Encode and decode URI query parameters, full URLs, form-urlencoded data, and inspect URL components with an interactive query table.
Encode special characters into Named, Decimal, or Hex HTML entities and decode entities back to plain text with safe sandboxed preview.