🔢 Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal
Decimal (Base 10)
Common Prefixes:
• Binary: 0b (e.g., 0b1010)
• Octal: 0o (e.g., 0o12)
• Decimal: none (e.g., 10)
• Hexadecimal: 0x (e.g., 0xA)
Valid Characters:
• Binary: 0-1
• Octal: 0-7
• Decimal: 0-9
• Hexadecimal: 0-9, A-F