๐ Word Counter
Count words and characters (including spaces)
๐ Base64 Tool
Encode / Decode Base64 strings
๐ Password Generator
Generate secure random password (12 chars)
๐ฒ Random Number
Generate random integer (0 – 999,999)
๐ Age Calculator
Calculate exact age from birth date
⚖️ BMI Calculator
Body Mass Index (kg, cm)
๐ฑ QR Code Generator
Instant QR code from any text or URL
๐ป Text ↔ Binary
Convert text to binary and binary back to text
๐ Slug Generator
SEO-friendly URL slug from title
๐ Line Counter
Count lines in a text block
๐ง Email Validator
Check if email format is valid
๐ URL Extractor
Extract all URLs from any text
๐งฎ Advanced Calculator
Evaluate expressions (+, -, *, /, **, ^, sqrt, etc)
๐ MD5 Hash
Generate MD5 checksum (fingerprint)
๐ SHA-256 Hash
Cryptographic SHA-256 digest
๐ JSON Formatter
Pretty-print & validate JSON
๐ JWT Decoder
Decode JSON Web Token (header+payload)
⏱️ Unix Timestamp
Convert timestamp ↔ human date
๐จ HEX to RGB
Convert color hex (#RRGGBB) to RGB
๐จ RGB to HEX
Convert RGB (r,g,b) to hex
๐ Case Converter
UPPERCASE / lowercase / Title Case
๐ Palindrome Check
Check if text reads the same backwards
๐ Percentage Calc
What is X% of Y? / X is what % of Y?
๐ฐ Simple Interest
Principal * rate * time / 100
๐ก️ Temperature
Celsius ↔ Fahrenheit
๐ Text Reverser
Reverse entire string
๐งน Remove Duplicate Lines
Keep unique lines from text
๐ UUID Generator
Generate RFC4122 UUID v4
๐ IP Validator
Validate IPv4 address format
✍️ Lorem Ipsum
Generate dummy placeholder text
๐ ROT13 Cipher
Apply ROT13 encoding (basic cipher)
๐ง HTML Escape
Convert < & > to HTML entities
๐ก Text to Morse
Convert text to Morse code (A-Z)
๐ Char/Letter Counter
Count letters, digits, spaces, special chars
๐ก️ Password Strength
Evaluate password security (weak/medium/strong)
๐️ Roman Numeral
Convert number (1-3999) to Roman
๐ Advanced Slug
SEO slug with custom separator
๐ URL Encoder/Decoder
Percent-encoding for URLs
๐ข Hex to String
Convert hexadecimal to readable text
๐ข String to Hex
Convert text to hexadecimal representation
๐ Leap Year Check
Check if a year is leap year
๐ข Prime Tester
Check if number is prime
๐งฎ Factorial
Calculate n! (factorial)
๐ค Vowel/Consonant
Count vowels and consonants in text
๐ Average of Numbers
Comma-separated numbers average
๐ SHA-1 Hash
Generate SHA-1 digest
๐ณ Luhn Algorithm
Validate credit card number (Luhn check)
๐ฃ Text → ASCII
Convert each char to ASCII decimal
๐ถ Emoji Remover
Strip emojis from text
๐ Markdown to HTML
Convert # heading and **bold**
๐ข Binary to Decimal
Convert binary string to decimal number
๐ข Decimal to Binary
Convert decimal to binary
๐ Atbash Cipher
A↔Z, B↔Y transformation
๐ Caesar Cipher (ROT3)
Shift letters by 3 positions
๐ String Length
Count characters including spaces
๐จ RGB to HSL
Convert RGB to HSL approximate
๐ Word Frequency
Count occurrences of each word
๐งน Trim Spaces
Remove double spaces & trim edges
๐ MD4 Hash
MD4 digest (legacy)
๐น Base58 Encode
Simple base58 encoding (demo)
๐ Domain Extractor
Extract root domain from full URL
๐ Query Parser
Parse URL query parameters
๐ HMAC-SHA256
Hash-based message authentication code