What character counting measures
The counter reports two key numbers: characters with spaces (the total length of the string) and characters without spaces (the count excluding whitespace). The difference matters because some limits include spaces and some do not. A tweet, for example, counts spaces against your limit; a database field length usually does not care about spaces but does care about every byte.
Beyond the totals, a good counter shows a frequency table: how often each letter, digit, and symbol appears. This is useful for spotting typos (a stray character repeated too often), for simple ciphers and puzzles, and for understanding the shape of your text.