No it’s not.
wikipedia:In
computing,
endianness is the ordering or sequencing of
bytes of a
word of digital data in
computer memory storage or during transmission.
Tech terms.com:Endianness is a
computer science term that describes how
data is stored. Specifically, it defines which end of a multi-byte
data typecontains the most significant values. The two types of endianness are big-endian and little-endian.
I could do this all day. I’ve also actually designed CPUs. I designed the integer ALUs in several AMD chips. I know how data is represented. You don’t.
[automerge]1592092300[/automerge]
Here are more:
What is Endianness?
In almost all modern embedded systems, memory is organized into bytes. CPUs, however, process data as 8-, 16- or 32-bit words. As soon as this word size is larger than a byte, a decision needs to be made with regard to how the bytes in a word are stored in memory. There are two obvious options and a number of other variations. The property that describes this byte ordering is called “endianness” (or, sometimes, “endianity”).
And another:
Endianness
The idea of "endianness" refers to byte order.
[automerge]1592092432[/automerge]
And another:
What Is an Endian?
It turns out, this is not the right question to ask. An "endian" is not a standalone term when discussing data. Rather, the terms "big-endian" and "little-endian" refer to formats of byte arrangement.
every single definition says “bytes”