number-base
26 tools tagged "number-base".
Arbitrary Base to Hex Converter
Convert a number in any base from 2 (binary) to 36 into its hexadecimal representation.
Open toolBCD to Hex Converter
Decode a Binary-Coded Decimal (BCD) binary string back into its hexadecimal value.
Open toolBinary to Hex Converter
Convert a binary value into its uppercase hexadecimal representation.
Open toolDecimal to Hex Converter
Convert a decimal integer into its hexadecimal representation, of any size.
Open toolFloat to Hexfloat Converter
Convert a decimal float into C99/printf %a hexfloat notation, exactly, with no rounding.
Open toolGray Code to Hex Converter
Decode a binary Gray code string back into its original hexadecimal value.
Open toolHex Addition Calculator
Add two hexadecimal numbers together and get the exact hex sum.
Open toolHex Division Calculator
Divide one hexadecimal number by another and get the exact hex quotient and remainder.
Open toolHex Multiplication Calculator
Multiply two hexadecimal numbers together and get the exact hex product.
Open toolHex Subtraction Calculator
Subtract one hexadecimal number from another and get the exact hex difference, including negative results.
Open toolHex to Arbitrary Base Converter
Convert a hexadecimal number into any output base from 2 (binary) to 36.
Open toolHex to BCD Converter
Convert a hexadecimal value into Binary-Coded Decimal (BCD), one 4-bit nibble per decimal digit.
Open toolHex to Binary Converter
Convert a hexadecimal value into binary, preserving each digit's exact 4-bit pattern.
Open toolHex to Decimal Converter
Convert a hexadecimal value into its exact decimal number, with no precision loss.
Open toolHex to Gray Code Converter
Convert a hexadecimal value into its binary reflected Gray code representation.
Open toolHex to Integer Converter
Interpret a hex bit pattern as a fixed-width signed or unsigned integer.
Open toolHex to Number Converter
Convert a plain hexadecimal string of any length into its decimal magnitude.
Open toolHex to Octal Converter
Convert a hexadecimal value into its octal (base-8) representation.
Open toolHex to Roman Numeral Converter
Convert a hexadecimal value (1-3999 in decimal) into its standard Roman numeral.
Open toolHex to Unary Converter
Convert a hexadecimal number into unary notation, a repeated symbol shown that many times.
Open toolHexfloat to Float Converter
Parse C99/printf %a hexfloat notation like 0x1.8p3 into its decimal value.
Open toolInteger to Hex Converter
Encode a decimal integer as the exact fixed-width hex bit pattern it would have in memory.
Open toolNumber to Hex Converter
Convert a decimal integer of any size into its hexadecimal representation.
Open toolOctal to Hex Converter
Convert an octal (base-8) value into its uppercase hexadecimal representation.
Open toolRoman Numeral to Hex Converter
Convert a standard Roman numeral like XXXI into its hexadecimal value.
Open toolUnary to Hex Converter
Count a string of unary symbols (1s or tally marks) and convert the count to hexadecimal.
Open tool