Binary Tools
Convert, edit and analyze binary numbers and data. All 112 tools run entirely in your browser, so your data never leaves your device.
All binary tools
112 tools
Add Binary Bits
Find the sum of set bits in binary numbers.
Add Binary Numbers
Quickly calculate the sum of a bunch of binary values.
Analyze Binary Data
Print statistics of the input binary values.
AND Binary Values
Quickly calculate bitwise AND of a bunch of binary values.
Binary Dump a File
Create a binary dump of files in your browser.
Binary Sheffer Stroke
Calculate bitwise sheffer stroke operator of binary values.
Calculate Parity
Count parity of a binary number.
Color Binary Bits
Use two different colors for binary zeros and ones.
Color Binary Numbers
Print the same binary numbers in the same colors.
Compare Binary Streams
See the difference between two binary blobs of bytes.
Convert a Binary Number to Floating Point
Decode a binary number to a floating point number.
Convert a Bitmap to Binary Numbers
Convert a bitmap image to zeros and ones.
Convert a Floating Point Number to Binary
Find the binary representation of a floating point number.
Convert a String to Binary
Quickly convert a string to binary values.
Convert an IP Address to Binary
Quickly convert an IP address to a binary IP address.
Convert an IPv6 Address to Binary
Quickly convert an IPv6 address to a binary IPv6 address.
Convert ASCII to Binary
Quickly convert ASCII characters to binary numbers.
Convert BCD to Binary
Decode binary coded decimals to binary bits.
Convert Big Endian Binary to Little Endian Binary
Convert a binary number from big endian to little endian.
Convert Binary Coded Decimal to Decimal
Quickly convert BCD values to decimal values.
Convert Binary Coded Decimal to Hexadecimal
Quickly convert BCD values to hex values.
Convert Binary Coded Decimal to Octal
Quickly convert BCD values to octal values.
Convert Binary to ASCII
Quickly convert binary numbers to ASCII characters.
Convert Binary to a String
Quickly convert binary values to a string.
Convert Binary to an Image
Quickly create an image from a binary number.
Convert Binary to an IP Address
Quickly convert a binary IP address to a human readable IP.
Convert Binary to an IPv6 Address
Quickly convert a binary IPv6 address to a human readable IPv6.
Convert Binary to Arbitrary Base
Convert binary values to any base (up to base 36).
Convert Binary to BCD
Encode every binary bit as a binary coded decimal.
Convert Binary to Decimal
Quickly convert binary numbers to decimal numbers.
Convert Binary to EBCDIC
Convert binary bits to EBCDIC symbols.
Convert Binary to Gray Code
Quickly convert binary numbers to reflected binary numbers.
Convert Binary to Hexadecimal
Quickly convert binary numbers to hexadecimal numbers.
Convert Binary to Negabinary
Quickly convert base 2 numbers to base -2.
Convert Binary to Octal
Quickly convert binary numbers to octal numbers.
Convert Binary to Roman Number
Convert binary numbers to Roman numerals.
Convert Binary to Ternary
Convert binary numbers to ternary numbers.
Convert Binary to UTF8
Quickly convert binary bits to UTF8 characters.
Convert Binary Values to a Bitmap
Convert a binary string to a bitmap image.
Convert Binary to Text
Quickly convert binary numbers to plain text.
Convert Bits to Bytes
Group bits together to create bytes.
Convert Bytes to Bits
Expand bytes into individual bits.
Convert Decimal to Binary
Quickly convert decimal numbers to binary numbers.
Convert Decimal to Binary Coded Decimal
Quickly convert decimal values to BCD values.
Convert Decimal to Gray Code
Quickly convert decimal numbers to reflected binary numbers.
Convert EBCDIC to Binary
Convert EBCDIC characters to binary values.
Convert Gray Code to Binary
Quickly convert reflected binary numbers to binary numbers.
Convert Gray Code to Decimal
Quickly convert reflected binary numbers to decimal numbers.
Convert Gray Code to Hex
Quickly convert Gray code to hexadecimal numbers.
Convert Gray Code to Octal
Quickly convert reflected binary numbers to octal numbers.
Convert Hex to Gray Code
Quickly convert hexadecimal numbers to Gray code.
Convert Hexadecimal to Binary
Quickly convert hexadecimal numbers to binary numbers.
Convert Hexadecimal to Binary Coded Decimal
Quickly convert hex values to BCD values.
Convert Little Endian Binary to Big Endian Binary
Convert a binary number from little endian to big endian.
Convert Octal to Binary
Quickly convert octal numbers to binary numbers.
Convert Octal to Binary Coded Decimal
Quickly convert octal values to BCD values.
Convert Octal to Gray Code
Quickly convert octal numbers to reflected binary numbers.
Convert Roman Number to Binary
Convert Roman numerals to binary values.
Convert Ternary to Binary
Convert ternary numbers to binary numbers.
Convert Text to Binary
Quickly convert plain text to binary values.
Convert UTF8 to Binary
Quickly convert UTF8 characters to binary bits.
Count Number of Ones
Quickly find the number of high bits in binary values.
Count Number of Zeros
Quickly find the number of low bits in binary values.
Create a Binary Circle
Make binary bits go in a circle.
Create a Binary Spiral
Make binary bits go in a spiral.
Create a Binary Square
Create a square shape from binary bits.
Create a Binary ZigZag
Make binary bits go in a zigzag.
Create a File from Binary Values
Convert binary numbers to a binary file.
Decode a Negative Binary
Quickly convert a negative binary number to a decimal number.
Divide Binary Numbers
Perform division operation on several binary numbers.
Duplicate Bits in Bytes
Replace each bit with two bits in each byte.
Encode a Negative Binary
Quickly convert a negative number to a binary representation.
Extract Bits from Binary Numbers
Extract n-th bit from a binary number.
Generate a Binary Sequence
Create a list of increasing or decreasing binary numbers.
Generate a Random Binary
Quickly generate random binary values.
Generate an Alternating Binary Sequence
Create a binary number with alternating bits.
Generate Binary Choices
Create a list of all binary choices of a specific length.
Generate Binary Look-and-Say
Create a look-and-say sequence in base-2.
Generate Random Bits
Create a sequence of random binary bits.
Generate Random Bytes
Create a sequence of random binary octets.
Generate Random Words
Create a sequence of random binary words.
Generate Random Double Words
Create a sequence of random binary long words.
Generate Random Nibbles
Create a sequence of random binary nybbles.
Invert Binary Values
Quickly invert bits of binary numbers.
Join Binary Values
Join multiple smaller binary numbers into a single binary.
Multiply Binary Numbers
Quickly calculate the product of a bunch of binary values.
NAND Binary Values
Quickly calculate bitwise NAND of a bunch of binary values.
NOR Binary Values
Quickly calculate bitwise NOR of a bunch of binary values.
NOT Binary Values
Quickly calculate bitwise NOT of a bunch of binary values.
OR Binary Values
Quickly calculate bitwise OR of a bunch of binary values.
Pad Binary Values
Add signed or unsigned padding to binary numbers.
Randomly Flip Binary Bits
Introduce random errors in binary values.
Replace Binary Values
Substitute ones and zeros with any other values.
Reverse Binary Numbers
Quickly reverse the order of bits in binary numbers.
RLE-decode a Binary Number
Decode a previously RLE-encoded binary sequence.
RLE-encode a Binary Number
Apply run length encoding algorithm on a binary sequence.
Rotate a Binary Left
Rotate bits of a binary number to the left.
Rotate a Binary Right
Rotate bits of a binary number to the right.
Rotate Bits in Binary Numbers
Quickly rotate bits in binary numbers to the left or right.
Shift a Binary Left
Quickly shift bits of a binary number to the left.
Shift a Binary Right
Quickly shift bits of a binary number to the right.
Shuffle Bits in Binary Numbers
Quickly randomize the order of bits in binary numbers.
Slice Binary Values
Extract a part of a binary number.
Spell a Binary Number
Spell a binary number in words.
Split Binary Values
Split a binary number into smaller binary numbers.
Subtract Binary Numbers
Quickly calculate the difference of a bunch of binary values.
Swap Binary Bits
Swap pairs of adjacent bits in a binary number.
Swap Binary Endianness
Change endianness of a binary number.
Truncate Binary Values
Drop leading or trailing bits and make a binary value shorter.
Visualize Binary Operations
Create visualizations of and, or, xor, not binary ops.
XNOR Binary Values
Quickly calculate bitwise XNOR of a bunch of binary values.
XOR Binary Values
Quickly calculate bitwise XOR of a bunch of binary values.