Developer Tools
Developer tools cover the quick conversions that interrupt real work: pretty-printing a JSON blob from a log, decoding a Base64 token, URL-encoding a query parameter, and translating Unix timestamps into readable dates. All processing is local, which matters when the data you're inspecting is sensitive.
JSON Formatter
Format, validate, and minify JSON with precise error locations.
Developer Tools
Color Contrast Checker
Check WCAG contrast ratios between text and background colors — AA and AAA.
Developer Tools
Hash Generator
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes from any text, live.
Developer Tools
CSV to JSON Converter
Convert CSV to JSON and JSON back to CSV — quotes and commas handled properly.
Developer Tools
Binary Translator
Convert text to binary and back, plus a decimal/hex/binary/octal converter.
Developer Tools
JWT Decoder
Decode JWT tokens locally — header, payload, and human-readable claims.
Developer Tools
Discord Timestamp Generator
Create Discord <t:…> timestamp codes that show in everyone's own time zone.
Developer Tools
Timestamp Converter
Convert Unix timestamps to human dates and back — seconds or milliseconds.
Developer Tools
Cron Expression Explainer
Type a cron expression and get plain English — '0 9 * * 1-5' explained instantly.
Developer Tools
Base64 Encoder / Decoder
Encode text to Base64 or decode it back — full Unicode support.
Developer Tools
URL Encoder / Decoder
Percent-encode text for URLs or decode encoded URLs back to readable text.
Developer Tools
Most used
Popular in developer tools
Fresh
Newest additions
Frequently asked questions
Is it safe to paste API responses or tokens here?
All developer tools run entirely in your browser and transmit nothing. That said, treat production secrets carefully anywhere — including your clipboard.