binary

27 tools tagged "binary".

BCD to Hex Converter

Decode a Binary-Coded Decimal (BCD) binary string back into its hexadecimal value.

Open tool

Binary to Hex Converter

Convert a binary value into its uppercase hexadecimal representation.

Open tool

Floating Point Number to Hex Converter

Encode a decimal float as its raw IEEE-754 bit pattern in hex (32-bit or 64-bit).

Open tool

Gray Code to Hex Converter

Decode a binary Gray code string back into its original hexadecimal value.

Open tool

Hex to BCD Converter

Convert a hexadecimal value into Binary-Coded Decimal (BCD), one 4-bit nibble per decimal digit.

Open tool

Hex to Binary Converter

Convert a hexadecimal value into binary, preserving each digit's exact 4-bit pattern.

Open tool

Hex 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 tool

Hex to Gray Code Converter

Convert a hexadecimal value into its binary reflected Gray code representation.

Open tool

Hex to Image Converter

Turn a hex byte dump of an image file into a live preview and downloadable file.

Open tool

Hex to Integer Converter

Interpret a hex bit pattern as a fixed-width signed or unsigned integer.

Open tool

Integer to Hex Converter

Encode a decimal integer as the exact fixed-width hex bit pattern it would have in memory.

Open tool

Bencode to JSON Converter

Decode Bencode text (the format BitTorrent .torrent files use) into JSON.

Open tool

BSON to JSON Converter

Decode hex-encoded BSON bytes back into a readable JSON document.

Open tool

JSON to Bencode Converter

Encode a JSON value as Bencode, the encoding BitTorrent .torrent files use.

Open tool

JSON to BSON Converter

Encode a JSON object as BSON, the binary format MongoDB uses on the wire.

Open tool

JSON to MessagePack Converter

Encode JSON as hex-dumped MessagePack using the smallest fixed-size encoding for every value.

Open tool

JSON to Protobuf Converter

Encode JSON as protobuf wire-format bytes without a .proto schema, with a field-number legend.

Open tool

JSON to UBJSON Converter

Encode a JSON value as UBJSON (Universal Binary JSON), shown as a hex dump.

Open tool

MessagePack to JSON Converter

Decode hex-encoded MessagePack bytes back into readable JSON.

Open tool

Protobuf to JSON Converter

Decode hex-encoded protobuf bytes into JSON with generic field1, field2 labels, no schema needed.

Open tool

UBJSON to JSON Converter

Decode hex-encoded UBJSON (Universal Binary JSON) bytes back into JSON.

Open tool

Random Binary Number Generator

Generate a random integer shown in base-2, with a configurable bit length.

Open tool

Random Bit Generator

Generate a string of N random bits, each independently 0 or 1.

Open tool

Binary to Integer Converter

Convert a list of sign-magnitude binary strings back into ordinary integers.

Open tool

Integer to Binary Converter

Convert a list of integers into sign-magnitude binary strings.

Open tool

Binary List to Text List Converter

Decode a list of space-separated binary bytes back into UTF-8 text, item by item.

Open tool

Text List to Binary List Converter

Convert every item in a list to its UTF-8 binary representation, byte by byte.

Open tool