Text Utilities
Count words, compare text, change case, encode strings, remove duplicates, and more. These text tools handle the small tasks that interrupt your workflow. Everything runs in your browser, results appear instantly. Morphkit's text utilities cover the operations you'd normally do in a code editor or command line, but accessible to anyone. Check your word count and character count for social media posts, blog articles, or academic papers. Compare two blocks of text to find differences. Convert between Base64, URL encoding, and plain text. Remove duplicate lines from lists. Change text to uppercase, lowercase, or title case. Simple tools that do one thing well.
Which tool should I use?
| Tool | What It Does | Best For |
|---|---|---|
| Word Counter | Counts words, characters, sentences, and paragraphs | Checking length for blog posts, essays, or social media |
| Text Compare | Shows differences between two text blocks | Finding changes between document versions |
| Case Converter | Changes text to upper, lower, title, or sentence case | Formatting headings, titles, or bulk text |
| Base64 Encoder/Decoder | Encodes or decodes Base64 strings | Embedding images in HTML or decoding API data |
| Duplicate Remover | Removes duplicate lines from text | Cleaning up lists, email addresses, or data exports |
Word Counter
Count words, characters, sentences, and paragraphs. Estimate reading and speaking time.
Text Diff / Compare Tool
Compare two texts and highlight the differences. See additions, deletions, and unchanged lines.
Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and more.
Slug Generator
Generate SEO-friendly URL slugs from any text. Real-time conversion with character count.
Duplicate Line Remover
Remove duplicate lines from text. Preserve order with configurable options.
Sort Lines
Sort text lines alphabetically, by length, or in reverse. Remove empty lines and duplicates.
Find and Replace
Find and replace text with support for regex, case sensitivity, and whole word matching.
Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 to text. Real-time conversion.