Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Binary:
- 8 bit = 1 byte = 1 character
- (00000000 ~ 11111111)
- Decimal:
- 1 byte max number value(11111111) = 255
- 1 byte max number value(00000000) = 0
- Hex:
- decimal 0 = 0
- decimal 255 = FF
- 8 bit = 1 byte max number value(11111111) = 255 = FF
- 8 bit = 1 byte max number value(00000000) = 0 = 0
Advertisement
Add Comment
Please, Sign In to add comment