Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal.
Convert numbers between binary, octal, decimal, and hexadecimal.
Convert numbers between binary, decimal, hexadecimal, and octal. Instant conversion with bit-by-bit breakdown. This page is part of UtilsNest's Developer Tools, so you can move between related workflows without leaving the browser.
Browse Category
Explore more tools in Developer Tools to handle adjacent tasks faster.
Open Developer ToolsRepeatedly 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.