Nerdulator> put something in

Base-8 literal

0o1

  • Base 8
  • 1 bits
  • = 1

0o1 is a octal literal equal to 1 in decimal. It needs 1 bits (1 bytes) of storage, and is 0x1 in hexadecimal and 1 in binary.

In every base

Decimal1
Binary1
Octal1
Hexadecimal1
Base 321
Base 361
Prefixed literals0x1 · 0o1 · 0b1

Bit width & storage

Significant bits1
Bytes needed1
Fits in 8 bitsYes
Fits in 16 bitsYes
Fits in 32 bitsYes
Fits in 64 bitsYes
Padded to 8 bits00000001
Padded to 32 bits00000000000000000000000000000001

Read another way

As an IPv4 address0.0.0.1
As a 24-bit colour#000001
As a Unicode code pointU+0001, a control character
As a byte count1 B
As a duration in seconds1 second

Bitwise operations

NOT (32-bit)4,294,967,294
Shift left by 12
Shift right by 10
Population count1the number of set bits
Lowest set bit1

Keep nerding

Every link below is a page Nerdulator can generate from what it already knows about this value.

The same value

Neighbouring values

Nerdulate something else

Nothing in mind? Surprise me · today’s page

Every value on this page was computed from “0o1” by Nerdulator’s computing engine. Nothing here was retrieved from a database of answers or written by a model.