Does endianness apply to bit order too?
问题 I haven't found a specific question here on SO, if this is a duplicate please point it out to me and I'll delete this. So really, does endianness have anything to do with bit order? This seems to imply the answer is NO, while other sources (I fail to find one right now, but surely I've read some time ago some articles) imply that endianness is the order of bytes and bits . To be more specific: in a Big Endian architecture, where MSB is first, inside any byte, is also MSb first? Conversly, on