Text Processing
Text manipulation utilities: diff viewers, case converters, whitespace normalization, regex find-and-replace.
All Text Processing
- Text Diff Compare two text blocks line by line. Word-level highlighting.
- Case Converter Convert text to camelCase, snake_case, kebab-case, PascalCase, SCREAMING_SNAKE.
- Word & Character Counter Count words, characters, sentences, paragraphs, reading time.
- Lorem Ipsum Generator Generate lorem ipsum or developer-themed placeholder text by paragraph, word, or list count.
- Random Data Generator Generate fake names, emails, phones, addresses, companies. Output JSON or CSV.
- Unicode Inspector Inspect every code point in a string. Block, category, name, hex, decimal.
- ASCII Art Text Generator Convert text to ASCII art with figlet-style fonts. Download as text.
- Random String Generator Generate random strings with custom character set, length, count. Cryptographically random.
- Name Generator (Person, Business, Fantasy) Generate realistic-sounding names: people (40+ cultures), businesses, fantasy characters.
- Fake Data Generator (Users, Addresses, Cards) Generate realistic fake data for testing: users, addresses, emails, phones, test credit cards.
- ASCII Table — Decimal, Hex, Binary, HTML Entity Full ASCII table (0-127) and extended (128-255). Lookup by char, decimal, hex, or HTML entity.
- Unicode Character Explorer Search Unicode by name, code point, or block. 150,000+ characters indexed.
- Advanced Text Statistics (Reading Time, Keyword Density) Beyond word count: reading time, syllable count, Flesch reading ease, keyword density, most-common words.
- Reverse Text / Upside-Down Text Generator Reverse characters, words, lines, or generate upside-down Unicode text for social bio fun.
- Text Compressor (gzip / deflate) Compress text in your browser with gzip / deflate / brotli. See exact byte savings, output as base64.
- Text Shuffler (Words, Lines, Characters) Randomly shuffle words, lines, or characters in text. Seed-reproducible for testing.
- Anagram Finder & Solver Find anagrams of any word. Sub-anagrams (use any subset of letters).
- Byte Size Formatter (KB / KiB / MB / MiB) Convert bytes between SI (KB, MB, GB) and binary (KiB, MiB, GiB). Parse human strings back into bytes. Decimal precision control.