00100101
00100101 is an eight-bit binary value frequently used in computing to illustrate a single byte. As an unsigned integer, it equals 37 in decimal, and in hexadecimal it is 0x25. In ASCII, the byte 0x25 represents the character percent sign (%), so the same binary pattern can encode either a numeric value or a symbol depending on context.
The pattern has ones in bit positions 5, 2, and 0 (counting from the most significant bit
Used in education and practice, 00100101 appears in examples of bitwise operations, data encoding, and protocol