Character Counter
0WordsWord count(space-separated; CJK: each character as a word)
0CharactersNumber of input characters(JS length, surrogate pairs count as 2)
0Code pointsActual character count(Unicode code points; emoji etc. counted as 1)
0Bytes (UTF-8)Text byte size(number of bytes in UTF-8 encoding)
0LinesLine count(split by line breaks)