All Tools
Token generator
Generate random tokens with customizable length and character sets
Hash text
Hash text using various algorithms like MD5, SHA1, SHA256, SHA512
UUIDs generator
Generate UUIDs (v1, v4) for unique identifiers
ULID generator
Generate ULIDs (Universally Unique Lexicographically Sortable Identifier)
Bcrypt
Hash and verify passwords using bcrypt algorithm
Encrypt / decrypt text
Encrypt and decrypt text using AES encryption
HMAC generator
Generate HMAC (Hash-based Message Authentication Code)
RSA key pair generator
Generate RSA public and private key pairs
JWT decoder
Decode JSON Web Tokens and inspect header, payload claims, and expiry status
Password strength analyser
Analyze password strength and get improvement suggestions
Base64 string encoder
Encode and decode strings to/from Base64 format
Base64 file converter
Convert files to Base64 and vice versa
Date-time converter
Convert between different date and time formats
Integer base converter
Convert integers between different bases (binary, decimal, hex, octal)
Roman numeral converter
Convert between Roman numerals and decimal numbers
Color converter
Convert colors between different formats (HEX, RGB, HSL, HSV)
Case converter
Convert text between different cases (camelCase, snake_case, etc.)
Text to NATO alphabet
Convert text to NATO phonetic alphabet
Text to ASCII binary
Convert text to ASCII binary representation
Text to unicode
Convert text to Unicode code points
YAML to JSON converter
Convert between YAML and JSON formats
Numeronym generator
Generate numeronyms from words (like i18n from internationalization)
Temperature converter
Convert temperatures between Celsius, Fahrenheit, Kelvin, and more
URL encoder
Encode and decode URLs and URL components
HTML entities encoder
Encode and decode HTML entities
URL parser
Parse URLs and extract components (protocol, host, path, etc.)
Device information
Display information about your device and browser
QR Code generator
Generate QR codes from text or URLs
SVG placeholder generator
Generate SVG placeholder images with custom dimensions and colors
JSON formatter
Format, validate, and minify JSON data
JSON diff
Compare two JSON objects and highlight differences
Git cheatsheet
Quick reference for Git commands and workflows
Crontab generator
Generate and explain cron expressions
Random port generator
Generate random port numbers for development
IPv4 subnet calculator
Calculate IPv4 subnet information and CIDR ranges
IPv6 ULA generator
Generate IPv6 Unique Local Addresses (ULA)
Lorem ipsum generator
Generate Lorem ipsum placeholder text
Text statistics
Analyze text and get statistics (word count, character count, etc.)
String obfuscator
Obfuscate strings to make them harder to read
Text diff
Compare two texts and highlight differences
Math evaluator
Evaluate mathematical expressions safely
ETA calculator
Calculate estimated time of arrival based on progress
Emoji picker
Browse and copy emojis to clipboard
Chronometer
Simple stopwatch and timer tool
PDF signature checker
Check and verify PDF digital signatures
Regex tester
Test regular expressions with real-time match highlighting, group capture display, and flag toggles
CSS unit converter
Convert between CSS units: px, rem, em, vw, vh with configurable base font size and viewport
Chmod calculator
Calculate Unix file permissions between octal notation and symbolic rwx format
Byte size converter
Convert between digital storage units: bytes, KB, MB, GB, TB and their IEC binary equivalents
HTTP status codes
Searchable reference for all HTTP status codes from 1xx informational to 5xx server errors
Markdown preview
Live side-by-side editor and rendered preview for Markdown with GFM support
CSV / JSON converter
Convert CSV to JSON array or JSON array to CSV with auto-detected headers
Slug generator
Convert any text to a URL-friendly slug: lowercase, kebab-case, accents stripped
Color palette generator
Generate complementary, triadic, analogous, or tetradic palettes from a seed color
Cron explainer
Paste a cron expression and get a human-readable description plus next 5 run times
Unix timestamp converter
Convert between Unix epoch timestamps and human-readable dates in seconds or milliseconds
Image to Base64
Drag and drop an image to convert it to a Base64 data URI for inline embedding
Phone number formatter
Format phone numbers between E.164 international and national formats
Luhn / card validator
Validate credit card numbers with the Luhn algorithm and detect card type
ASCII art generator
Convert text to large block ASCII art using a built-in 5-line banner font
Diff viewer
Side-by-side text diff with line-level highlighting powered by LCS algorithm