Please help me understand. I read a char*input from a text file with "aa" as text. If each char is 8 bytes, how can it be that strlen(input) is not equal to 16, but 5? Thanks.