Extracts count bits at offset. e.g. 0b00001100.extract(2, 2) = 0b11 = 0x03.
0b00001100.extract(2, 2) = 0b11 = 0x03