← Pivotal-Hub pivotalpath.co.uk ↗
Math · Dev

Number Base Converter

Type a number in any base — decimal, hex?, binary?, or octal? — and all other fields update instantly. Nothing sent anywhere.

When would I use this?

The same number can be written in several styles — the everyday kind, plus the special counting systems computers and programmers use. A manual, error message, or settings file might show a value like 0xFF where you'd expect a normal number.

Type what you've got into the matching box and every other version appears instantly, so you can see what the plain number is (or go the other way). Nothing you type leaves your computer.

01 Convert

Decimal Base 10
Hexadecimal Base 16
Binary Base 2
Octal Base 8

02 Options

Bit width?

Pads hex and binary with leading zeros to fit the selected width.

Display