Binary → Hexadecimal
Result
—
Binary → Hexadecimal
Convert binary to hexadecimal (base-16) representation.
Conversion
Binary → Hex: group the binary string into 4-bit nibbles (pad left with zeros), convert each nibble to a hex digit. Example: 110111101010 → 0011 0111 1010 → 37A