Encode and decode URI query parameters, full URLs, form-urlencoded data, and inspect URL components with an interactive query table.
Encode URI component strings, inspect URL parameters, and format embedded JSON data.
Convert special characters into percent-encoded URI query format (RFC 3986).
Encode parameters into Base64 binary strings for authorization headers.
Format JSON payload objects extracted from URI query strings.
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 special characters into Named, Decimal, or Hex HTML entities and decode entities back to plain text with safe sandboxed preview.