Give the ASCII codes in pure binary and hexadecimal for the
Give the ASCII codes (in pure binary and hexadecimal) for the letters in the numbers \"1595\".
Solution
As per your question first of let us convert the given number \"1595\" into binary and hexadecimal representation.
Binary representation of 1595 is : 1 1 0 0 0 1 1 1 0 1 1 .
Hexadecimal representation of 1595 is : 0x63b.or 63b
ASCII code for 1 1 0 0 0 1 1 1 0 1 1 is : Ç (known as currency symbol in rare cases)
The ASCII code hexadecimal 0x63b is : C
