What other common (or uncommon I suppose...) text encoding formats are there besides ASCII and Unicode.<BR><BR>I know that in ASCII the string 12345 would be stored as 3132333435. I've seen that ...
Quite often, when a sender sends a mail to us via Outlook, we do not see the message but some unreadable characters. If you regularly see some strange or incorrect characters in your Outlook mail, ...
‘A’ is represented by the decimal number 65 (binary 1000001, hex 41), ‘B’ by 66 (binary 1000010, hex 42) and so on up to ‘Z’, which is represented by the decimal number 90 (binary 1011010, hex 5A).