In computing, the order in which data are stored: whether “least significant bit”is on the left or right end of a memory address. The two orders are referred to as (you guessed it!) “Big Endian” and “Little Endian”.
Some computers do it one way, some do it the other. If we want them to communicate, something has to flip the order: see also middle-ware.