Base Converter
Convert between different numerical bases, supporting all bases from binary to base-36.
Conversion Config
Configure base conversion parameters
Supported Characters: 0-9
Supported Characters: 0-F
Common Bases
Conversion Result
Result shown after input
Result shown after input
Number System Info
Common Bases
• Binary (Base 2): 0, 1
• Octal (Base 8): 0-7
• Decimal (Base 10): 0-9
• Hexadecimal (Base 16): 0-9, A-F
Applications
• Binary: Computer internal representation
• Octal: Unix file permissions
• Decimal: Daily calculation
• Hexadecimal: Memory addresses, colors
Conversion Formulas
• Base N → Base 10: Positional notation
• Base 10 → Base N: Repeated division
• Base M → Base N: Convert to Base 10 first
• Radix: Number of unique digits