🔢 Number systems

Convert between binary, octal, decimal and hexadecimal systems

The result will appear here...

📚 Number Systems

Binary (BIN) — base 2, digits 0-1

Octal (OCT) — base 8, digits 0-7

Decimal (DEC) — base 10, digits 0-9

Hexadecimal (HEX) — base 16, digits 0-9, A-F

Copied!