Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal.
Convert numbers between binary, octal, decimal, and hexadecimal.
Repeatedly divide the decimal number by 2 and record the remainders from bottom to top. Or use this tool for instant, error-free conversion.
Hexadecimal (base-16) is used in programming, HTML colors (#FF5733), memory addresses, and cryptographic hashes for its compact representation.