Online Binary Tools
Online Binary Tools is the OnlineTools.com sub-site for binary numbers — conversion, bitwise operations, encoding, IP and string transformations, and Gray code support.
Number Conversion(18)
BCD to Decimal
Converts Binary-Coded Decimal to decimal.
BCD to Hex
Converts Binary-Coded Decimal to hexadecimal.
BCD to Octal
Converts Binary-Coded Decimal to octal.
Binary to Gray Code
Converts binary to reflected binary (Gray code).
Binary to Negabinary
Converts base-2 numbers to base -2 (negabinary).
Decimal to BCD
Converts decimal numbers to Binary-Coded Decimal.
Decimal to Binary
Converts decimal numbers to binary (base-2).
Decimal to Gray Code
Converts decimal numbers to Gray code.
Decode Negative Binary
Decodes two's complement binary to decimal.
Encode Negative Binary
Encodes negative numbers in two's complement binary form.
Gray Code to Binary
Converts Gray code back to standard binary.
Gray Code to Decimal
Converts Gray code to decimal.
Gray Code to Hex
Converts Gray code to hexadecimal.
Gray Code to Octal
Converts Gray code to octal.
Hex to BCD
Converts hexadecimal numbers to Binary-Coded Decimal.
Hex to Gray Code
Converts hexadecimal numbers to Gray code.
Octal to BCD
Converts octal numbers to Binary-Coded Decimal.
Octal to Gray Code
Converts octal numbers to Gray code.
Developer Tools(15)
AND Binary Values
Computes the bitwise AND of multiple binary values.
Count One Bits
Counts the high (1) bits in binary numbers (population count).
Count Zero Bits
Counts the low (0) bits in binary numbers.
Invert Binary Values
Flips all bits in binary numbers.
NAND Binary Values
Computes the bitwise NAND of multiple binary values.
NOR Binary Values
Computes the bitwise NOR of multiple binary values.
NOT Binary Values
Computes the bitwise NOT of binary values.
OR Binary Values
Computes the bitwise OR of multiple binary values.
Reverse Binary Numbers
Reverses the bit order of binary numbers.
Rotate Bits
Cyclically rotates bits left or right in binary numbers.
Shift Left
Performs a left bit shift on binary numbers.
Shift Right
Performs a right bit shift on binary numbers.
Shuffle Bits
Randomises the order of bits in binary numbers.
XNOR Binary Values
Computes the bitwise XNOR of multiple binary values.
XOR Binary Values
Computes the bitwise XOR of multiple binary values.
Encoders & Decoders(6)
ASCII to Binary
Converts ASCII characters into binary representation.
Binary to ASCII
Converts binary representation back to ASCII characters.
Binary to String
Converts a binary byte representation back to a string.
Binary to UTF8
Converts binary bit strings back to UTF-8 text.
String to Binary
Converts a string into its binary byte representation.
UTF8 to Binary
Converts UTF-8 text to binary bit strings.
Number Theory & Sequences(6)
Binary to Decimal
Converts binary numbers to decimal (base-10).
Binary to Hex
Converts binary numbers to hexadecimal (base-16).
Binary to Text
Decodes a binary representation back to plain text.
Hex to Binary
Converts hexadecimal numbers to binary (base-2).
Octal to Binary
Converts octal numbers to binary (base-2).
Text to Binary
Encodes plain text as binary representation.