Convert your text to uppercase, lowercase, capitalize, reverse, and various case formats. All operations are client-side.
Encode text for safe inclusion in URLs (percent-encoding) or decode it back.
Encode binary data (like text or images) into ASCII characters or decode Base64 strings back to their original form.
Convert text to its hexadecimal representation (byte by byte) or decode a hex string back to text. Supports common formatting options.
Paste your JSON data to validate and format it with proper indentation for readability. Also useful for minifying JSON.
Calculate cryptographic hash values (digests) for your input text using various algorithms.
Decode JSON Web Tokens (JWTs) to inspect their header and payload. This tool only decodes; it does not verify the signature (which requires the secret key).