Little Endian: Difference between revisions
Jump to navigation
Jump to search
Created page with '{{header}} In a binary string, 'Little Endianess' indicated that the least significant bit is on the left side of a binary string. A little-endian byte would th…' |
(No difference)
|
Latest revision as of 05:58, 11 October 2009
Alteeve Wiki :: Little Endian |
In a binary string, 'Little Endianess' indicated that the least significant bit is on the left side of a binary string.
A little-endian byte would thus be structured like this:
0 0 0 0 0 0 0 0 <- Binary string consisting of 8-bits. | | | | | | | \- 1 | | | | | | \--- 2 | | | | | \----- 4 | | | | \------- 8 | | | | | | | \----------- 16 | | \------------- 32 | \--------------- 64 \----------------- 128 ^ | Relative Value
Any questions, feedback, advice, complaints or meanderings are welcome. | |||
Alteeve's Niche! | Alteeve Enterprise Support | Community Support | |
© 2025 Alteeve. Intelligent Availability® is a registered trademark of Alteeve's Niche! Inc. 1997-2025 | |||
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions. |