Earlier quoted context omitted.
I prefer double quotes to single quotes to strings: When you write C and C++ a single quote generates a character 8 byte literal. A double quote is a string an array of characters.
8 bit.
Thanks :). I must have been somewhere else.