A photo of a cake with 8 candles in a row. The first and fifth candle from the right are lit. The caption reads “Happy 17th Birthday”
A photo of a cake with 8 candles in a row. The first and fifth candle from the right are lit. The caption reads “Happy 17th Birthday”
Who counts from right to left?
Is this image mirrored?
Even in decimal, the most-significant digit is to the left. Binary in text form is no exception to this.
Unless we are talking little-endian, which would start with the least-significant bit.
You will be surprised to hear that this is how we read decimal numbers too
Binary exists in both
big-endianLSb orlittle-endianMSb. In other words, both directions can be valid.As explained below: Endianness is specifically the order of bytes. I was under the impression that it also implied a specific order of bits but anyways, the correct terms for this discussion is Least/Most Significant bit order.
This is a single byte, so it’s represented the same in big-endian vs little-endian. Endianness defines the order of bytes, not individual bits