0010
0010 is a string that can denote several things depending on context: a numeral in different bases, a fixed-width identifier, a code point in character encoding, or a catalog or model number.
As a binary numeral: 0010 is the binary representation of the decimal value 2. Leading zeros are
As decimal text: If interpreted as decimal digits, 0010 equals 10. Leading zeros are often used for
In Unicode and ASCII: The code point U+0010 designates the control character Data Link Escape (DLE). It
In hexadecimal context: When read as a hexadecimal literal such as 0x0010, the value is 16 decimal.
In historical or catalog use: 0010 may appear as a year in historical timelines (Year 10 CE
See also: binary number, fixed-width field, Unicode, ASCII, decimal notation, hexadecimal notation.