Recognised as Base-8 literal
0o100
- Base 8
- 7 bits
- = 64
0o100 is a octal literal equal to 64 in decimal. It needs 7 bits (1 bytes) of storage, and is 0x40 in hexadecimal and 1000000 in binary.
In every base
Decimal64
Binary1000000
Octal100
Hexadecimal40
Base 3220
Base 361S
Prefixed literals0x40 · 0o100 · 0b1000000
Bit width & storage
Significant bits7
Bytes needed1
Fits in 8 bitsYes
Fits in 16 bitsYes
Fits in 32 bitsYes
Fits in 64 bitsYes
Padded to 8 bits01000000
Padded to 32 bits00000000000000000000000001000000
Read another way
Bitwise operations
NOT (32-bit)4,294,967,231
Shift left by 1128
Shift right by 132
Population count1the number of set bits
Lowest set bit64
Keep nerding
Every link below is a page Nerdulator can generate from what it already knows about this value.
The same value
Nerdulate something else
Nothing in mind? Surprise me · today’s page