bits-and-bytes

Search IconIcon to open search

See also: bin-hex-dec-table

Example (bin)BitByteHexExample (hex)Note
010x0
0120x1
010140x5Nibble (half byte)
11110xF
0101 0101810x55Half word
1111 11110xFF
0011 0101 0011 010116210x3535Word
32420xDEAD’BEEF

Note

  • KB (kilobyte binary), also known as KiB (kibibyte), is different from kB (kilobyte metric)
  • A metric kilobyte is a thousand bytes
    $$ 1 \text{~kB} = 1000 \text{~B} $$
  • A binary kilobyte is a $2^{10}$ bytes
    $$ 1 \text{~KB} = 1 \text{~KiB} = 1024 \text{~B} $$