Binary
Uses only 0 and 1; each place is a power of 2.
Convert between binary, octal, decimal, and hexadecimal values in one place. Choose the input base and see every result instantly.
Convert decimal, binary, octal, and hexadecimal values instantly.
Programming, debugging, and digital systems often move between decimal, binary, octal, and hexadecimal. This converter lets you choose the input base once and then shows all four representations together, which is useful for code values, bit patterns, and quick checks.
Uses only 0 and 1; each place is a power of 2.
Uses digits 0 through 7; each place is a power of 8.
Uses 0-9 and A-F; each place is a power of 16.
Hexadecimal FF is decimal 255. F represents 15, so FF = 15×16 + 15.
Binary can only use 0 and 1. Digits 2 and above belong to decimal or other bases, not base 2.
This tool is designed for integer base conversion. Fractional base conversion follows additional rules.
This tool is for general arithmetic. For official figures such as taxes or finance, confirm with the relevant authority.