noun
little-endian
Computing term for byte order where the least significant byte is stored first. Used in technical discussions of CPU architecture, file formats, and network protocols.
x86プロセッサはリトルエンディアン方式を採用している。
x86 processors use the little-endian format.
このバイナリデータは
This binary data is stored in little-endian order.