Character Counter

0WordsWord countspace-separated; CJK: each character as a word
0CharactersNumber of input charactersJS length, surrogate pairs count as 2
0Code pointsActual character countUnicode code points; emoji etc. counted as 1
0Bytes (UTF-8)Text byte sizenumber of bytes in UTF-8 encoding
0LinesLine countsplit by line breaks