Little Endian and Big Endian
Little Endian and Big Endian
Little Endian and Big Endian
Within groups (strings) of bits, we designate the order of the bits by identifying which bit has the
highest value and which has the lowest value by its location in the bit string. The following is an
example of this order.
Because we are using 2 bytes of data, the LSB appears in the second byte.
Return to top