Convert anything
All conversions run locally in your browser. Nothing leaves the page.
Timestamp ⇄ Datetime
Convert Unix epochs to human dates and back
Base64 Encode / Decode
Binary-safe text encoding
JSON Pretty Printer
Format and validate JSON in one paste
URL Encode / Decode
Percent-encoding for URLs and query strings
JWT Decoder
Decode + verify JSON Web Tokens, fully client-side
Color Converter
HEX/RGB/HSL/OKLCH + contrast + palette
Image Format Converter
PNG / JPEG / WebP with a quality slider — in your browser
Why everyone uses Unix epoch
A Unix timestamp is the number of seconds since midnight UTC on January 1, 1970. One scalar, no timezone surprises, no leap-second drama. Databases store it as an integer, APIs ship it as a number, and clients format it however they want — usually in the user's local timezone via Date() or equivalent.