1001Ferramentas
๐Ÿ”ข Converters

Number Base Converter

Convert numbers between binary (base 2), octal (base 8), decimal (base 10) and hexadecimal (base 16). Instant bidirectional conversion.

Number bases

Numeral systems use a base to represent values. Decimal (base 10) uses digits 0โ€“9; binary (base 2) uses 0 and 1; octal (base 8) uses 0โ€“7; and hexadecimal (base 16) uses 0โ€“9 and Aโ€“F.

Hexadecimal and binary are widely used in programming, memory addressing, CSS colors (e.g. #FF5733) and network protocols.

Related Tools