Developer tools
63 utilities for everyday work: encoding, hashing, JSON, JWT, regex, CSS, HTTP and more. All in the browser.
tools.chekak.store — Open on tools.chekak.store
📤Base64 Encode
Encode text to Base64
Encoding
📥Base64 Decode
Decode Base64 to text
Encoding
🔗URL Encode
Percent-encode URL
Encoding
🔓URL Decode
Decode URL-encoded string
Encoding
🔢Hex Encode
Text to hex (UTF-8)
Encoding
🔣Hex Decode
Hex to text
Encoding
🧷HTML Escape
Escape HTML special chars
Encoding
🔓HTML Unescape
Unescape HTML entities
Encoding
#️⃣SHA-256
SHA-256 hash (Web Crypto)
Hashing
#️⃣SHA-512
SHA-512 hash
Hashing
⚠SHA-1 (legacy)
Legacy SHA-1 hash
Hashing
⚠MD5
MD5 hash (cryptographically broken)
Hashing
🆔UUID v4
Random UUID (RFC 4122 v4)
Generators
🔐Password Generator
Configurable password generator
Generators
🎰Random String
Random string from charset
Generators
📜Lorem Ipsum
Lorem ipsum placeholder text
Generators
📋Markdown Table
Markdown table builder
Generators
🌳ASCII Tree
Indentation to ASCII tree
Generators
🖼️Placeholder Image
Placeholder image URL builder
Generators
✨JSON Format
Pretty-print JSON
JSON
🔻JSON Minify
Strip whitespace from JSON
JSON
✅JSON Validate
Validate JSON syntax
JSON
🔤JSON Sort Keys
Recursive key sort
JSON
🔍JSON Diff
Compare two JSON
JSON
📄JSON to YAML
Convert JSON to YAML
JSON
📃YAML to JSON
Convert YAML to JSON
JSON
📰JSON to XML
Convert JSON to XML
JSON
📑XML to JSON
Parse XML to JSON
JSON
📊JSON to CSV
Array of objects to CSV
JSON
📈CSV to JSON
CSV with header to JSON
JSON
🔓JWT Decode
Decode JWT header + payload
JWT
🔠Case Converter
UPPER / lower / Title / camel / snake
Text
🔢Word Counter
Words, chars, lines, paragraphs
Text
🐌Slug Generator
Title to URL-friendly slug
Text
🔀Text Diff
Compare two texts with highlights
Text
🔽Sort Lines
Sort lines: alpha / number / length / random
Text
🧹Remove Duplicates
Strip duplicate lines
Text
🔄Reverse Text
Reverse chars / words / lines
Text
🔁Find & Replace
Find/replace with regex support
Text
🕐Timestamp
Unix time to human date
Date & time
⏰Cron Parser
Parse cron + next 5 runs
Date & time
📅Date Formats
All date formats at once (ISO, UTC, Unix)
Date & time
⏱️Time Diff
Duration between two dates
Date & time
🌍Timezone Converter
Time across popular timezones
Date & time
🎨Color Converter
HEX / RGB / HSL
Color
⚡Regex Tester
Test regex against text
Regex
🧬User-Agent Parser
Browser / OS / device detection
Web
🪢Query String
Parse ?a=1&b=2 into table
Web
🔍URL Parser
Full URL breakdown
Web
🌈Color Palette
Complementary / triadic / analogous / shades
CSS
🎨Gradient Maker
Linear / radial / conic with preview
CSS
🌫️Box Shadow
Box-shadow builder with preview
CSS
⬜Border Radius
Rounded corners with preview
CSS
🔠Text Shadow
Text-shadow builder with preview
CSS
📐Flexbox Playground
Interactive flexbox playground
CSS
🛠️HTTP Request Builder
POST/GET to curl / fetch / axios / python
HTTP
🔄curl to Code
curl command to fetch / axios / python
HTTP
📋HTTP Headers Parser
Parse raw HTTP headers
HTTP
🔏HMAC
HMAC-SHA1/256/384/512 (Web Crypto)
Crypto
🔐AES Encrypt
AES-256-GCM with PBKDF2 key
Crypto
🔓AES Decrypt
Decrypt AES-256-GCM
Crypto
🛡️Bcrypt
Bcrypt password hash + verify
Crypto
🎟️JWT Encode
Sign JWT (HS256/384/512)
Crypto