Number Base Converter - Binary, Decimal, Hexadecimal, Octal
Convert numbers between different bases including binary (2), decimal (10), hexadecimal (16), and octal (8). Perfect for programmers and students.
Quick Conversions
255 (Decimal)
→
FF (Hex), 11111111 (Binary)
1024 (Decimal)
→
400 (Hex), 10000000000 (Binary)
FF (Hex)
→
255 (Decimal), 11111111 (Binary)
101010 (Binary)
→
42 (Decimal), 2A (Hex)