Binary Tools
Binary/text conversion, bitwise operations, endianness and byte units.
Text to Binary ConverterConvert text into 0/1 byte notation.Binary to Text ConverterConvert 0/1 bit groups back into readable text.Bitwise CalculatorAND, OR, XOR, NOT and shifts on 32/64-bit integers.Endianness ConverterSwap byte order of hex words (big ↔ little endian).Byte Unit ConverterKB/KiB, MB/MiB, GB/GiB… decimal vs binary units.