Number Base Converter

Convert between binary, octal, decimal, and hexadecimal number systems with optional two's complement support.

Binary

Base 2
Valid: 0, 1

Octal

Base 8
Valid: 0-7

Decimal

Base 10
Valid: 0-9, negative numbers

Hexadecimal

Base 16
Valid: 0-9, A-F