Character & word count
Characters, words, lines and UTF-8 bytes, counted live.
Result
Why you would use this
Four different numbers get called "length". This gives all of them: what a reader counts (graphemes), what a database column counts (UTF-8 bytes), what JavaScript's .length counts (UTF-16 units), and the codepoint count Unicode itself works in.