Toggle Theme Light Mode

Encoding & Decoding Operations

Text Transformations
URL
Base64
Hex
JSON
Hash
JWT

Text Transformation Tools

Convert your text to uppercase, lowercase, capitalize, reverse, and various case formats. All operations are client-side.

0 characters, 0 words, 0 lines
0 characters, 0 words, 0 lines

URL Encoding/Decoding

Encode text for safe inclusion in URLs (percent-encoding) or decode it back.

Base64 Encoding/Decoding

Encode binary data (like text or images) into ASCII characters or decode Base64 strings back to their original form.

Text
Image

Hex Encoding/Decoding

Convert text to its hexadecimal representation (byte by byte) or decode a hex string back to text. Supports common formatting options.

JSON Formatter & Validator

Paste your JSON data to validate and format it with proper indentation for readability. Also useful for minifying JSON.

Hash Calculator

Calculate cryptographic hash values (digests) for your input text using various algorithms.

JWT Decoder

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).

Copied to clipboard!