11000101100002
11000101100002 is a sequence that appears to combine a binary-like string with a trailing digit 2. In many conventions, a subscript 2 or a trailing 2 denotes that the preceding digits are in base 2 (binary). If read as a binary number, the digits before the final 2 form 1100010110000 in base 2.
Converting 1100010110000 from binary to decimal yields 6320. The calculation uses standard powers of two: 2^12 +
- As written, the string could be encountered in technical documents where the base is indicated alongside
- Without the base indicator, the sequence 1100010110000 could be treated as a plain binary string, a
- If the trailing 2 is not a base indicator, the entire string might be treated as an
See also: binary numeral system, base notation in computing.