- 01Text · 18
- String reverse, text diff (with similarity), regex replace, case conversion, word frequency, batch replace, text combining, whitespace compression, dedupe, sort, format, statistics, line-ending conversion, extraction (email/URL/phone/IP), masking, invisible-character detection and cleanup, word wrap, chunking.
- 02Encoding · 10
- URL encode/decode, Base64, Base32, radix conversion, Unicode escapes, HTML entities, Caesar / ROT13 / ROT47, Morse code, text ⇄ hex bytes, Punycode and IDN domains.
- 03Chinese · 6
- Simplified ⇄ Traditional conversion, Chinese numerals and RMB capitalization, pinyin, full-width/half-width conversion, ID-number validation, Chinese name generator.
- 04Date & time · 4
- Timestamp conversion, timezone conversion, cron parsing and building, date calculator.
- 05Network · 9
- IPv4 / IPv6 subnet calculator, CIDR merging and overlap detection, JWT decoding, User-Agent parsing, HTTP status codes, cookie and header parsing, cURL parsing, MIME type and HTTP header lookup.
- 06Data formats · 10
- JSON formatting and validation, YAML ⇄ JSON, TOML ⇄ JSON, INI / Properties conversion, JSON to type definitions (TS / Go / Java), CSV ⇄ JSON / Markdown, SQL formatting, XML processing, JSONPath testing, JSON structure diff.
- 07Security · 9
- CSPRNG password generator, hashes (MD5 / SHA-1 / SHA-256 / SHA-512), AES-256-GCM encryption and HMAC, TOTP / HOTP, bcrypt and Argon2 password hashing, X.509 certificate viewer, password strength checks, RSA keys and encryption, CSR generation.
- 08Dev tools · 10
- Color conversion, regex tester, Lorem placeholder text, Markdown preview, UUID / ULID / NanoID generators, unit converter, .gitignore generator, fake data generator, LICENSE generator, color contrast checker.
- 09Graphics & image · 11
- QR code generation, barcodes (Code 128 / EAN-13), barcode scanning (image or camera), image format conversion (PNG / JPEG / WebP), image ⇄ Base64, EXIF viewing and stripping, favicon generator, SVG optimization and PNG export, palette extraction, crop/resize/rotate, image watermarks.