1000100100100101
1000100100100101 is a 16-bit binary string commonly used in discussions of digital data and numeral systems. When converted to hexadecimal, it becomes 0x8925, and in decimal it equals 35109. The bit pattern contains six ones, giving an even parity across the 16 bits.
If interpreted as two bytes in big-endian order, the high byte is 0x89 and the low byte
As a Unicode code point, the value 0x8925 corresponds to the character U+8925 in the CJK Unified
In computing and education, 1000100100100101 serves as a representative example for teaching conversions between binary, hexadecimal,
See also: Binary numeral system; Hexadecimal; Endianness; Unicode.
---