binary
27 tools tagged "binary".
BCD to Hex Converter
Decode a Binary-Coded Decimal (BCD) binary string back into its hexadecimal value.
Open toolBinary to Hex Converter
Convert a binary value into its uppercase hexadecimal representation.
Open toolFloating Point Number to Hex Converter
Encode a decimal float as its raw IEEE-754 bit pattern in hex (32-bit or 64-bit).
Open toolGray Code to Hex Converter
Decode a binary Gray code string back into its original hexadecimal value.
Open toolHex to BCD Converter
Convert a hexadecimal value into Binary-Coded Decimal (BCD), one 4-bit nibble per decimal digit.
Open toolHex to Binary Converter
Convert a hexadecimal value into binary, preserving each digit's exact 4-bit pattern.
Open toolHex to Floating Point Number Converter
Decode a raw IEEE-754 hex bit pattern (8 or 16 hex digits) back into its decimal float value.
Open toolHex to Gray Code Converter
Convert a hexadecimal value into its binary reflected Gray code representation.
Open toolHex to Image Converter
Turn a hex byte dump of an image file into a live preview and downloadable file.
Open toolHex to Integer Converter
Interpret a hex bit pattern as a fixed-width signed or unsigned integer.
Open toolInteger to Hex Converter
Encode a decimal integer as the exact fixed-width hex bit pattern it would have in memory.
Open toolBencode to JSON Converter
Decode Bencode text (the format BitTorrent .torrent files use) into JSON.
Open toolBSON to JSON Converter
Decode hex-encoded BSON bytes back into a readable JSON document.
Open toolJSON to Bencode Converter
Encode a JSON value as Bencode, the encoding BitTorrent .torrent files use.
Open toolJSON to BSON Converter
Encode a JSON object as BSON, the binary format MongoDB uses on the wire.
Open toolJSON to MessagePack Converter
Encode JSON as hex-dumped MessagePack using the smallest fixed-size encoding for every value.
Open toolJSON to Protobuf Converter
Encode JSON as protobuf wire-format bytes without a .proto schema, with a field-number legend.
Open toolJSON to UBJSON Converter
Encode a JSON value as UBJSON (Universal Binary JSON), shown as a hex dump.
Open toolMessagePack to JSON Converter
Decode hex-encoded MessagePack bytes back into readable JSON.
Open toolProtobuf to JSON Converter
Decode hex-encoded protobuf bytes into JSON with generic field1, field2 labels, no schema needed.
Open toolUBJSON to JSON Converter
Decode hex-encoded UBJSON (Universal Binary JSON) bytes back into JSON.
Open toolRandom Binary Number Generator
Generate a random integer shown in base-2, with a configurable bit length.
Open toolRandom Bit Generator
Generate a string of N random bits, each independently 0 or 1.
Open toolBinary to Integer Converter
Convert a list of sign-magnitude binary strings back into ordinary integers.
Open toolInteger to Binary Converter
Convert a list of integers into sign-magnitude binary strings.
Open toolBinary List to Text List Converter
Decode a list of space-separated binary bytes back into UTF-8 text, item by item.
Open toolText List to Binary List Converter
Convert every item in a list to its UTF-8 binary representation, byte by byte.
Open tool