Text Case Converter & Word Counter

Transform text between a dozen case formats and get live word, character and reading-time counts as you type.

0
Words
0
Characters
0
No spaces
0
Sentences
0
Paragraphs
0s
Reading time

Change case

Programming formats

Clean up

About the text converter

Two jobs in one place: reshaping text and measuring it. The case converters cover everything from ordinary sentence case through to the programming conventions (camelCase, PascalCase, snake_case, kebab-case) and URL slugs. The statistics panel updates live with word count, character count with and without spaces, sentence and paragraph counts, and an estimated reading time based on 200 words per minute. Utility actions for trimming whitespace, removing blank lines and reversing text are there too.

How to use the text converter

  1. Paste or type your text into the editor.
  2. Click a case conversion button to transform the whole text.
  3. Use the utility buttons to trim whitespace, strip blank lines or reverse the content.
  4. Copy the result, or read the live statistics panel for counts and reading time.

Frequently asked questions

What is the difference between title case and capitalized case?
Capitalized case puts a capital on every word. Proper title case follows style rules that leave short articles, conjunctions and prepositions lowercase unless they start or end the title, so you get "The Rise of the Machines" rather than "The Rise Of The Machines".
When should I use camelCase versus snake_case?
Follow the convention of the language you are writing. JavaScript, Java and C# use camelCase for variables and PascalCase for types. Python and Ruby use snake_case. CSS classes and URLs use kebab-case. Consistency inside a codebase matters more than the choice itself.
How is reading time calculated?
Word count divided by 200 words per minute, which is a common average for adult silent reading of general prose. Dense technical material reads slower and light fiction faster, so treat it as a rough estimate.
Is my text uploaded anywhere?
No. All processing happens in your browser. You can safely paste confidential material, and the page makes no network requests after it loads.