swimming in beer
Chat with our AI personalities
In the hex editor there are sixteen hex digits (0 to 9, A to F) and each one represents four bits. Two hex digits represent a byte, which can have a value from 00 to FF. This kind of notation is universally used in computing.
A 4-bit nibble has 2^4 = 16 possible representations and we can symbolise any one of these representations using just one hexadecimal (base 16) digit.
assuming that the full stops break up the binary numbers: Binary 1000100 = Hex 44 Binary 11010010 = Hex D2 Binary 1000011 = Hex 43 Binary 10110011 = Hex B3
C8
D29B