11000001001012
11000001001012 is a 14-digit string composed only of the digits 0, 1, and 2. It does not conform to standard binary notation because of the digit 2, which makes its interpretation base-dependent.
As a decimal (base-10) numeral, the string represents the integer 11,000,001,001,012. This reading treats every character
As a hexadecimal (base-16) literal, the string can be read as 0x11000001001012. In decimal, this equals 4,785,074,620,862,482.
As a ternary (base-3) numeral, the sequence is also valid, since its digits are limited to 0-2.
In practice, 11000001001012 is most often encountered as a nonstandard or ambiguous identifier rather than a
See also: numeral systems, base-n numbers, hexadecimal and decimal representations, token and identifier design.