Loading...
Loading...
Online Binary Tools is the OnlineTools.com sub-site for binary numbers — conversion, bitwise operations, encoding, IP and string transformations, and Gray code support.
Converts Binary-Coded Decimal to decimal.
Converts Binary-Coded Decimal to hexadecimal.
Converts Binary-Coded Decimal to octal.
Converts binary to reflected binary (Gray code).
Converts base-2 numbers to base -2 (negabinary).
Converts decimal numbers to Binary-Coded Decimal.
Converts decimal numbers to binary (base-2).
Converts decimal numbers to Gray code.
Decodes two's complement binary to decimal.
Encodes negative numbers in two's complement binary form.
Converts Gray code back to standard binary.
Converts Gray code to decimal.
Converts Gray code to hexadecimal.
Converts Gray code to octal.
Converts hexadecimal numbers to Binary-Coded Decimal.
Converts hexadecimal numbers to Gray code.
Converts octal numbers to Binary-Coded Decimal.
Converts octal numbers to Gray code.
Computes the bitwise AND of multiple binary values.
Counts the high (1) bits in binary numbers (population count).
Counts the low (0) bits in binary numbers.
Flips all bits in binary numbers.
Computes the bitwise NAND of multiple binary values.
Converts ASCII characters into binary representation.
Converts binary representation back to ASCII characters.
Converts a binary byte representation back to a string.
Converts binary bit strings back to UTF-8 text.
Converts a string into its binary byte representation.
Converts binary numbers to decimal (base-10).
Converts binary numbers to hexadecimal (base-16).
Decodes a binary representation back to plain text.
Converts hexadecimal numbers to binary (base-2).
Converts octal numbers to binary (base-2).
Computes the bitwise NOR of multiple binary values.