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 tool

BCD to Hex Converter

Decode a Binary-Coded Decimal (BCD) binary string back into its hexadecimal value.

Open tool

Binary to Hex Converter

Convert a binary value into its uppercase hexadecimal representation.

Open tool

Decimal to Hex Converter

Convert a decimal integer into its hexadecimal representation, of any size.

Open tool

Float to Hexfloat Converter

Convert a decimal float into C99/printf %a hexfloat notation, exactly, with no rounding.

Open tool

Gray Code to Hex Converter

Decode a binary Gray code string back into its original hexadecimal value.

Open tool

Hex Addition Calculator

Add two hexadecimal numbers together and get the exact hex sum.

Open tool

Hex Division Calculator

Divide one hexadecimal number by another and get the exact hex quotient and remainder.

Open tool

Hex Multiplication Calculator

Multiply two hexadecimal numbers together and get the exact hex product.

Open tool

Hex Subtraction Calculator

Subtract one hexadecimal number from another and get the exact hex difference, including negative results.

Open tool

Hex to Arbitrary Base Converter

Convert a hexadecimal number into any output base from 2 (binary) to 36.

Open tool

Hex to BCD Converter

Convert a hexadecimal value into Binary-Coded Decimal (BCD), one 4-bit nibble per decimal digit.

Open tool

Hex to Binary Converter

Convert a hexadecimal value into binary, preserving each digit's exact 4-bit pattern.

Open tool

Hex to Decimal Converter

Convert a hexadecimal value into its exact decimal number, with no precision loss.

Open tool

Hex to Gray Code Converter

Convert a hexadecimal value into its binary reflected Gray code representation.

Open tool

Hex to Integer Converter

Interpret a hex bit pattern as a fixed-width signed or unsigned integer.

Open tool

Hex to Number Converter

Convert a plain hexadecimal string of any length into its decimal magnitude.

Open tool

Hex to Octal Converter

Convert a hexadecimal value into its octal (base-8) representation.

Open tool

Hex to Roman Numeral Converter

Convert a hexadecimal value (1-3999 in decimal) into its standard Roman numeral.

Open tool

Hex to Unary Converter

Convert a hexadecimal number into unary notation, a repeated symbol shown that many times.

Open tool

Hexfloat to Float Converter

Parse C99/printf %a hexfloat notation like 0x1.8p3 into its decimal value.

Open tool

Integer to Hex Converter

Encode a decimal integer as the exact fixed-width hex bit pattern it would have in memory.

Open tool

Number to Hex Converter

Convert a decimal integer of any size into its hexadecimal representation.

Open tool

Octal to Hex Converter

Convert an octal (base-8) value into its uppercase hexadecimal representation.

Open tool

Roman Numeral to Hex Converter

Convert a standard Roman numeral like XXXI into its hexadecimal value.

Open tool

Unary to Hex Converter

Count a string of unary symbols (1s or tally marks) and convert the count to hexadecimal.

Open tool