-10011093
00010001
It can be any decimal number between 0 and 255.
10 is a 2 bit binary number, when converted to decimal numbers it is 2.
41 in decimal is 0100 0001 in BCD (this is 8 bits not 6 bits)41 in decimal is 101001 in binary (this is 6 bits, but binary not BCD)There is no 6 bit BCD representation of the decimal number 41!
000000 is the lowest number in a 6 bit unsigned binary number (meaning the high order bit is not the sign bit). If it is a signed number then the lowest number would be represented by 100000 which is equivalent to -32 in decimal. Highest unsigned number in 6 bits is decimal 63. Highest signed number in 6 bits is decimal 31.
Largest 8 bit unsigned number is 11111111 binary thus making 255 in decimal.
When a bit is turned on, it represents a "1". When it is turned off, it represents a "0". The exact value depends on where the bit is within the byte it is part of. In the binary number 0000 0001, the last bit is set to 1 and represents the number 1. In the binary number 0000 0010, the second to last bit is set to 1, which corresponds to the "2's" place relative to decimal numbers. In the binary number 0000 1000, the bit that is set to 1 represents the value "8" in decimal numbers.
To calculate the decimal value of a bit string: Number the bits from right to left 0 - n. Starting with a decimal value of 0, add 2^(Number of that digit) for each 1 you see in your bit string. The sum is the decimal equivalent to the binary number.
That would be 216 - 1, or 65535.
A 0 or 1 in a binary number is called a bit. A binary number is made up of only ones and zeroes.
6