I am not understanding how UTF-8 represents 1112064 characters.
My calculation is something like this: 27 + 211 + 216 + 221 = 2164864 characters.
To represent any character in UTF-8, for 1 byte it has 7 bits, for 2 bytes it has 11 bits, for 3 bytes it has 16 bits, and for 4 bytes it has 21 bits.
Is the number 1112064 without Emojis?