Unsigned Binary Number
A binary number in which all the bits are used to represent positive quantities. Thus, an unsigned binary number can only be used to represent positive values.
- This will convert decimal numbers up to 255 and binary up to 11111111
See also: Binary Notation, Hexadecimal.
Subjects: Computing


