Word and Character Counter
Count words, visible characters, Unicode code points, UTF-16 code units, sentences, lines, and UTF-8 bytes. The visible-character total keeps joined emoji and combined accented letters together when the browser supports grapheme segmentation.
Why character totals differ
A visible emoji can contain several Unicode code points, and some accented letters can be stored as a letter plus a combining mark. UTF-16 code units are the units used by JavaScript string length, while UTF-8 bytes describe common web and file encoding size.