00010100
00010100 is an eight-bit binary numeral. As a binary string it represents the decimal value 20 and the hexadecimal value 0x14. In contexts that use binary notation, it may appear as an unsigned byte or as part of a larger bitfield or data word.
In ASCII encoding, the byte 00010100 corresponds to the control character DC4 (Device Control 4). DC4 is
As a bitmask, 00010100 can indicate that two specific bits are set within a byte. If the
In programming, 00010100 may be written directly in languages that support binary literals (for example, with