0b00100101
0b00100101 is a binary literal used in programming languages that recognize the 0b prefix to denote binary numbers. The sequence comprises eight bits.
Value: As an unsigned binary number, 0b00100101 equals decimal 37 and hexadecimal 0x25. The ones occur at
Context and usage: Such a literal defines a specific bit pattern for initialization or for bitwise operations
- Bitmask
- ASCII