Base Converter
Convert numbers between different number systems
Common Base Conversions:
- Binary: 1010 (2) = 10 (10)
- Octal: 12 (8) = 10 (10)
- Hex: A (16) = 10 (10)
- Binary: 11111111 (2) = FF (16)
- Octal: 377 (8) = 255 (10)
- Hex: FF (16) = 255 (10)
- Binary: 1000 (2) = 8 (10)
- Hex: 20 (16) = 32 (10)