Paste or type your text into the box and the character count updates instantly. The tool also shows the number of words, lines, and non-whitespace characters. Everything runs in your browser, so your text is never uploaded to a server.
Yes. The main string length includes every character, including spaces, tabs, and line breaks. A separate non-whitespace count is also shown if you want the length excluding spaces and other whitespace.
This calculator reports JavaScript string length, which counts UTF-16 code units. Plain ASCII characters count as one, while some emoji and other characters use two code units. UTF-8 byte length is a separate measurement and may also be larger than the number of visible characters.
There is no fixed limit. Because counting happens locally in your browser, you can paste very large blocks of text and still get an instant count, limited only by your device's memory.