Little endian refers to a specific type of "Endianness" which is the order that the bytes are stored in memory. In little-endian the smallest or least significant bit comes first, and the largest or Most Significant Bit comes last. Little-endian is not very common with Big-Endian being the dominant way to store data.