Big-Endian and Little-Endian Byte Order
Big-endian and little-endian describe the byte order used in computer memory for multi-byte data types. Different systems must agree on byte order to exchange data correctly, or convert formats to avoid misinterpretation.
Big-Endian and Little-Endian Byte Order Read Post »


