1001110011110
1001110011110 is a binary numeral consisting of 13 bits. In base-2 notation it is used as a bitstring in computing and digital electronics, and it can function as a small example of binary encoding or bitwise patterns.
In decimal form, the value is 5022. The hexadecimal representation of this binary sequence is 0x139E. The
The set bits occur at positions corresponding to 2^12, 2^9, 2^8, 2^7, 2^4, 2^3, 2^2, and 2^1.
This bitstring is primarily of interest as an illustration of binary-to-decimal and binary-to-hexadecimal conversions, as well
See also: Binary numeral system, Hexadecimal notation, Bitwise operations, Bitmask.