Number System Guides
Guides for binary, decimal, octal, hexadecimal, ASCII, and mixed text-number representations.
Guides In This Topic
Use these pages to understand the concept behind base conversion before using the direct tools.
Popular Number Systems Converter Tools
When you already know the exact task, move from these support pages into the direct conversion or formatting tools.
NumberBinary to Decimal
Translate one exact integer representation from base 2 to base 10. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberDecimal to Binary
Translate one exact integer representation from base 10 to base 2. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberHEX to Decimal
Translate one exact integer representation from base 16 to base 10. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberDecimal to HEX
Translate one exact integer representation from base 10 to base 16. Signed whole-number grammar with optional matching 0b, 0o, or 0x prefix; output is normalized and hexadecimal is uppercase.
NumberBinary to Text
Decode complete 8-bit binary tokens as strict UTF-8. UTF-8 byte encoding; text is not ordinary numeric base conversion.
NumberText to Binary
Encode Unicode scalar text as UTF-8 bytes. UTF-8 byte encoding; text is not ordinary numeric base conversion.