Number Base Converter help
Read a number in any base and see it in every common base plus a signed/unsigned view. Big integers are exact.
Steps
- Type a value and pick its input base. Prefixes
0x,0o,0band a leading minus are understood; spaces and underscores are ignored. - The binary, octal, decimal, and hex forms appear, plus a base you choose from 2 to 36.
- Pick a bit width for the two's-complement panel: it shows the unsigned and signed values, hex, and the full bit pattern.
Notes
- Values are handled as big integers, so 64-bit numbers are exact.
- The set-bit list shows which bit positions are 1, for non-negative values.
Everything runs in your browser. Nothing you enter or drop is uploaded.
Back to Number Base Converter