answersLogoWhite

0

4 bits equal to half byte.

8 bits is one byte.


when converting hexadecimal digits to binary, each hexadecimal digits will take 4 binary digits, which means 4 bits.


Because one binary digit means one bit having two values [true/false] or [on/off] like that.. [0/1]


we can represent one hexadecimal digit as 4 bits like..
for [7] as hexadecimal, we can say [0111] in bits.

User Avatar

Wiki User

15y ago

What else can I help you with?