C++ Language/Type/BitwiseRepresentation/OrderingOfBytes

All CPUs are either "little-endian" (the least-significant bytes occur first in the internal representation of an integer) or "big-endian" (the opposite order).

Additional information about the ordering of bytes