Tag: ascii

  • Read Binary Number as Alpha-Numeric

    Read Binary Number as Alpha-Numeric

    Sources: Fray117 Before Continue, Check the Parameter first that might be useful later. Example of Binary: 01000110 01110010 01100001 01111001 Now let we try to translate the first byte 01000110, in binary there is quick way to calculate the results. Binary: 01000110 Values: 64, 32 ,16, 8, 4, 2, 1 in alphabets, calculate from behind.…