A byte is 8 bits.
Bytes as Binary Numbers
- Unsigned integers (non-negative intergers)
- Signed integers
Bytes as Characters
- ASCII (American Standard Code for Information Interchange)
- Note ‘a’ is different than 0xa
- a is the decimal number 97 in ASCII
- 0xa is the number 10 in decimal