Home DFS SB OD SDN

Notice: How To Tip The Webmaster.


You are at the section Bits 'N' Bytes

Bits and Nibbles

Bits are on the Base 2 system, that is, a number set of just two digits: 0 and 1.

A bit is the most basic part of memory.

Four bits makes a nibble. By combining the digits of 0 and 1, you can create 16 unique values ranging from 0000 to 1111.

Each bit in a nibble represents a power of 2. The left-most digit is 2³ (8), the second-to-left is 2² (4), then the second-to-last is 2¹ (2), then the right-most digit being 2⁰ (1).

Each bit in a nibble represents a power of 2 as you can see in this chart. Notw that the "Bit Column" represents a digit position couting upwards from the right end of the byte towards the left.

Bit ColumnPower of 2Hex ValueDecimal Value
02⁰11
122
244
388

To represent, for example, a number 9, you would need a nibble of 1001, with the left-most digit being 8 and the right-most digit being 1, so 8 + 1 = 9.

To represent, for example, a number 12, you would need a nibble of 1100, with the left-most digit being 8 and the next-to-left-most digit being 4, so 8 + 4 = 12. 12 in decimal is also the hexadecimal digit of C, in fact, the complete range of hexadecimal digits are represented by a nibble.

BitsDecimal ValueHexadecimal Value
000000
000111
001022
001133
010044
010155
011066
011177
100088
100199
101010A
101111B
110012C
110113D
111014E
111115F

Menu:
Bits 'N' Bytes Main Page Bits and Nibbles Bytes Words Gozintas Character Set: SIXBIT Character Set: PASCII Character Set: ASCII Character Set: IBM Code Page 437 Character Set: IBM Code Page 850 Character Set: OEM Code Character Set: ISO 8859-Part 1 Character Set: ISO 8859-Part 2 Character Set: ISO 8859-Part 3 Character Set: ISO 8859-Part 4 Character Set: ISO 8859-Part 9 Character Set: ISO 8859-Part 10 Character Set: ISO 8859-Part 13 Character Set: ISO 8859-Part 14 Character Set: ISO 8859-Part 15 Character Set: ISO 8859-Part 16 Character Set: Windows 1252 Character Set: Windows 1250 Character Set: ANSI Character Set: Unicode Character Set Chronolgy
Related:
Silicon Cajon Home Page DavesFunStuff
Market Zone:
Dave's Fun Stuff
TV Zone:
Find your favorite TV shows with "Let's Watch TV!"
Notable:
Dave's Fun Stuff SDN Media News and More
Footer:
Dave's Fun Stuff Super Birthdays Contact Webmaster



© 1995-2023. davesfunstuff.com. All Rights Reserved. Reproduction of any part of this website without expressed written consent is prohibited.

Help Support Our Ad-Free Web Section

Just use our PayPal link to pay.

Please Donate Cash to help pay for webhosting, domain payments, expenses and labor in keeping this section going. Thank you.

$2, $5, $10, $20, $50, $75, $100, $ANY

Notice Of Disclosure (updated June 2023):

"David Tanny is the owner and operator of the domains davesfunstuff.com and davidtanny.com"

Website Cookie Policy