Formula: Words = text split by whitespace. Sentences = split by .!?
Word count splits text on whitespace boundaries and counts the resulting tokens. Sentence count looks for terminal punctuation marks (periods, exclamation points, question marks). Character count includes all characters including spaces. These metrics are essential for writing within length limits for essays, tweets, meta descriptions, and more.