The information codec collects common text encodings, digests, escaping, and structure parsers in one workspace, including URL, Unicode, UTF-16, Base64, hexadecimal, HTML entities, query strings, cookies, JWT, MD5, SHA-1, and gzip modes. These operations serve different purposes: encoding represents data, escaping embeds it safely, a digest fingerprints it, and compression reduces size.
Processing happens within the current browser session and is intended for development diagnostics and one-off inspection. Identify the actual input format before choosing a mode, because repeatedly encoding an unknown value often creates `%25`, extra backslashes, or unreadable text.