Binary

kprt

New Member
How does the system know if it's looking at a number or letter in binary?
For example, 01000001, how does it know if it's A or 65?
 
There are 64 possible combinations of binary and each one has a different code, a two-digit number is actually 2 sections of binary.
 
A letter is a number in binary. It's all about how the program wants to display it. The hardware doesn't know and doesn't care if something is shown as a letter or number (ie A or 65)
 
Back
Top