0
Which is the binary value of "A" in ascii, 01000001 or 1000001?
7 Réponses
+ 2
its same
0
But why in some sources 1000001 instead of 01000001?
0
Yes
https://code.sololearn.com/cA7NQ8o38KD5/?ref=app
Is this correct?
0
Then this code is correct?
https://code.sololearn.com/c3GUTy8iLxLp/?ref=app
0
Aaahh i understood, thank you
0
its 65.so,01000001
0
Official ASCII is only 7 bits, 0 - 127. So 1000001 is more correct than 01000001.