00000011
00000011 is a binary numeral consisting of eight bits (a byte) where the two least significant bits are set to 1 and all higher bits are 0. This pattern represents the value three in unsigned binary form.
In decimal it equals 3, and in hexadecimal it is 0x03. The leading zeros emphasize fixed-width binary
In ASCII and Unicode, the code point U+0003 corresponds to the End of Text control character (ETX).
In computing, the pattern 00000011 is often used as a bitmask for operations that set or test
Note on notation: some programming languages treat numbers with a leading zero as octal; for example, in