Binary/Decimal/Hexadecimal Converter
Convert between binary, decimal, hexadecimal and octal
Convertisseur binaire/décimal/hexadécimal
Info : Base 2 (binaire) | Base 10 (décimal) | Base 16 (hexadécimal) | Base 8 (octal)
Frequently asked questions
Binary system (base 2) uses only 0 and 1. It's the fundamental language of computers where each bit represents an on/off state....
Binary system (base 2) uses only 0 and 1. It's the fundamental language of computers where each bit represents an on/off state.
Hexadecimal (base 16) uses 0-9 and A-F. The 0x prefix indicates a hex number. For example: 0xFF = 255 in decimal....
Hexadecimal (base 16) uses 0-9 and A-F. The 0x prefix indicates a hex number. For example: 0xFF = 255 in decimal.
Octal (base 8) was used in early computing and remains common for Unix file permissions (e.g., chmod 755)....
Octal (base 8) was used in early computing and remains common for Unix file permissions (e.g., chmod 755).
Tools in the same category
Popular tools
Trending tools