Word counter, case converter, slug generator, Lorem Ipsum, string utilities and more
All 11 text and string tools run entirely in your browser — your content is never uploaded to a server. From word counting, case conversion and slug generation to Markdown table building, Morse code, number-to-words translation and Lorem Ipsum placeholder text — every common text manipulation task is covered.
Count words, characters, lines and estimate reading time
Convert text to URL-friendly slug format
Generate placeholder text for designs and layouts
Case conversion, sorting, trimming, encoding and 13 more string operations
Convert text between camelCase, PascalCase, snake_case, kebab-case, UPPER_CASE, Title Case and more
Escape and unescape strings for JSON, HTML, backslash sequences, and Unicode
Generate Markdown tables from a visual grid editor
Convert any number into its English words — supports integers, decimals and negative values up to trillions
Strip HTML tags from any markup and extract clean plain text — preserves line breaks, decodes HTML entities and removes inline styles.
Convert plain text into Unicode stylistic variants — bold, italic, fraktur, script, bubble, upside-down and 15+ styles for social media and design.
Convert number words to digits and digits to words — supports up to trillions, ordinals and fractions.
A complete collection of text processing tools for developers, writers and content creators. All 11 tools run client-side — paste your text and get instant results with zero server calls.
QIs my text sent to a server?
No. All text processing runs entirely in your browser. Nothing you type or paste is ever transmitted.
QWhat case formats does the case converter support?
camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE_CASE, dot.case, Title Case, UPPERCASE and lowercase. Input is auto-detected regardless of the source casing.
QDoes the slug generator handle Unicode characters?
Yes. The slug generator transliterates accented and non-ASCII characters (e.g. é → e, ñ → n, 中 → zhong) and strips any remaining characters that are not URL-safe, producing clean ASCII slugs.
QWhat range does the number-to-words converter support?
It supports integers up to quadrillions and decimal values, correctly handling edge cases like negative numbers, zero and ordinal forms.
QWhat does the HTML tag stripper preserve?
By default it removes all HTML tags and returns the inner text content. You can configure it to preserve specific tags (e.g. <a>, <strong>) for partial sanitisation.