Math Base Converter
Math & LogicConvert numbers between binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16) with bit length display.
Result will appear here...
📖 Usage Guide
Converts a number between binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16). Supports negative numbers.
Input: 255 (Decimal)
Decimal: 255
Binary: 11111111
Octal: 377
Hex: FF
Bits: 8