Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal with real-time conversion
Quick Examples:
Binary
Base 2 (0-1)
0b
Octal
Base 8 (0-7)
0o
Decimal
Base 10 (0-9)
Hexadecimal
Base 16 (0-9, A-F)
0x
Binary
Base 2 system used in computing and digital systems
8
Octal
Base 8 system often used in Unix file permissions
10
Decimal
Base 10 system used in everyday mathematics
16
Hexadecimal
Base 16 system popular in programming and colors