x exza developer utilities
Everything runs in your browser — nothing is sent anywhere.

Base64

Encode text to Base64, or decode a Base64 string back to text. UTF-8 safe.

URL Encode / Decode

Percent-encode a string for use in a URL, or decode a percent-encoded string.

JWT Decoder

Paste a JSON Web Token to inspect its header and payload. Decoded locally — the signature is not verified.

—
—

JSON Formatter

Validate, pretty-print, or minify JSON.

Timestamp ⇄ UTC

Convert a Unix timestamp to a human-readable date, or a date to a Unix timestamp.

ISO 8601—
UTC—
Local—
Unix (seconds)—
Unix (milliseconds)—
Relative—

UUID Generator

Generate RFC 4122 version 4 UUIDs.

Hash Generator

Compute a cryptographic hash of the input text.

Case Converter

Convert text between common casing styles.

Color Converter

Convert between HEX, RGB, and HSL color formats.

HEX—
RGB—
HSL—