conversion

283 tools tagged "conversion".

cURL to Code Converter

Convert a curl command into equivalent JavaScript, Python, Node.js, PHP, or Go code.

Open tool

Postman to OpenAPI Converter

Convert a Postman Collection into an OpenAPI 3.0.3 document.

Open tool

OpenAPI to Postman Converter

Convert an OpenAPI 3.x or Swagger 2.0 spec into a Postman Collection v2.1.

Open tool

Postman JSON to cURL

Convert a single Postman request-item JSON into an equivalent curl command.

Open tool

GraphQL to REST Mapping Helper

Suggest heuristic REST verb+path mappings for a GraphQL query or mutation's top-level fields.

Open tool

cURL to Postman JSON Converter

Convert a curl command into a Postman request-item JSON object.

Open tool

Any Base to ASCII Converter

Decode space-separated character codes in any base from 2 to 36 back into strict 7-bit ASCII text.

Open tool

ASCII to Any Base Converter

Convert strict 7-bit ASCII text to space-separated character codes in any base from 2 to 36.

Open tool

ASCII to ATASCII Converter

Convert ASCII text to Atari ATASCII hex byte values, mapping newline to ATASCII's 0x9B EOL byte.

Open tool

ASCII to Base64 Converter

Base64-encode strict 7-bit ASCII text directly, with no UTF-8 conversion step needed.

Open tool

ASCII to BCD Converter

Convert each ASCII character's decimal code to three BCD nibbles, this site's documented convention.

Open tool

ASCII to Binary Converter

Convert strict 7-bit ASCII text to space-separated 8-bit binary, one group per character.

Open tool

ASCII to EBCDIC Converter

Convert printable ASCII text to IBM EBCDIC code page 037 (CP037) hex byte values.

Open tool

ASCII to Keycodes Converter

Convert ASCII characters to their legacy JS KeyboardEvent.keyCode numeric values, US QWERTY.

Open tool

ASCII to Octal Converter

Convert strict 7-bit ASCII text to space-separated 3-digit octal, one group per character.

Open tool

ASCII to PETSCII Converter

Convert ASCII text to Commodore 64 unshifted PETSCII hex byte values.

Open tool

ASCII to Scan Codes Converter

Convert ASCII text to real PS/2 Set 1 keyboard make-scan-codes, US QWERTY layout.

Open tool

ASCII to Unicode Code Point Converter

Convert strict 7-bit ASCII text to space-separated U+00XX Unicode code point notation.

Open tool

ATASCII to ASCII Converter

Decode Atari ATASCII hex byte values back into ASCII text, mapping 0x9B back to a newline.

Open tool

Base64 to ASCII Converter

Decode Base64 and strictly validate that every resulting byte is 7-bit ASCII.

Open tool

BCD to ASCII Converter

Decode this site's 3-nibble hyphenated BCD segments back into ASCII text.

Open tool

Binary to ASCII Converter

Decode space-separated 7-or-8-bit binary groups back into strict 7-bit ASCII text.

Open tool

EBCDIC to ASCII Converter

Decode IBM EBCDIC code page 037 (CP037) hex byte values back into printable ASCII text.

Open tool

Keycodes to ASCII Converter

Decode legacy JS KeyboardEvent.keyCode numbers back into (uppercase) ASCII text.

Open tool

Octal to ASCII Converter

Decode space-separated octal groups back into strict 7-bit ASCII text.

Open tool

PETSCII to ASCII Converter

Decode Commodore 64 unshifted PETSCII hex byte values back into (uppercase) ASCII text.

Open tool

Scan Codes to ASCII Converter

Decode PS/2 Set 1 keyboard make-scan-codes, including the 2A shift prefix, back into ASCII text.

Open tool

Unicode to ASCII Converter

Decode space-separated U+XXXX Unicode code points back into strict 7-bit ASCII text.

Open tool

SQL to NoSQL Query Converter

Convert a simple SQL SELECT statement into an equivalent MongoDB-style find() query.

Open tool

HTML to JSX Converter

Convert pasted HTML markup into equivalent JSX, with class/for renamed and attributes camelCased.

Open tool

JSX to HTML Converter

Convert simple JSX markup into plain HTML, with className/htmlFor renamed and style objects inlined.

Open tool

CSS to Tailwind Converter

Convert plain CSS rules into their closest Tailwind CSS utility class equivalents.

Open tool

Tailwind to CSS Converter

Convert a space-separated list of Tailwind utility classes into equivalent plain CSS declarations.

Open tool

ASCII to Hex Converter

Convert plain ASCII text to space-separated uppercase hex bytes, one pair per character.

Open tool

Big Endian Hex to Little Endian Hex Converter

Convert a big-endian hex value into its little-endian byte order.

Open tool

Hex Digit Duplicator

Repeat every digit of a hex value a set number of times in place.

Open tool

Hex Digit Extractor

Pull out a single hex digit from a value by its 0-based position, counted from the left.

Open tool

Hex Endianness Swapper

Reverse the byte order of a hex string, swapping between little-endian and big-endian layout.

Open tool

Hex Nibble Reverser

Reverse the order of a hex value's individual digits, distinct from byte-level endianness swaps.

Open tool

Hex Nibble Rotator

Deterministically rotate the individual hex digits of a value by a chosen number of positions.

Open tool

Hex Nibble Shuffler

Randomly shuffle the individual hex digits of a value using cryptographically secure randomness.

Open tool

Hex Number Inverter

Flip every bit of a hexadecimal number, a quick way to compute its bitwise complement.

Open tool

Hex Number Joiner

Combine a list of hex numbers, one per line or space-separated, into a single hex string.

Open tool

Hex to ASCII Converter

Decode space-separated or contiguous hex bytes back into 7-bit ASCII text.

Open tool

Hex to IP Address Converter

Turn 8 raw hex digits into a readable dotted-quad IPv4 address like 192.168.1.1.

Open tool

Hex to IPv6 Converter

Turn 32 raw hex digits into a colon-separated IPv6 address, plus its RFC 5952 compressed form.

Open tool

Hex to UTF-8 Converter

Decode hex bytes as UTF-8 text, correctly handling multi-byte characters and invalid sequences.

Open tool

IP Address to Hex Converter

Convert a dotted-quad IPv4 address like 192.168.1.1 into its raw 8-digit hex value.

Open tool

IPv6 to Hex Converter

Expand a full or compressed IPv6 address into its raw 32-hex-digit representation.

Open tool

Little Endian Hex to Big Endian Hex Converter

Convert a little-endian hex value into its big-endian byte order.

Open tool

UTF-8 to Hex Converter

Encode any Unicode text as its real UTF-8 byte sequence, formatted as hex.

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

CSON to JSON Converter

Parse a CSON (CoffeeScript Object Notation) document's indented blocks and inline arrays into JSON.

Open tool

CSV to JSON Converter

Convert CSV rows into a JSON array of objects, using the header row as keys.

Open tool

Data URI to JSON Converter

Decode a data:application/json;base64,... (or percent-encoded) URI back into pretty-printed JSON.

Open tool

Form Data to JSON Converter

Parse application/x-www-form-urlencoded text, including bracket-path field names, into nested JSON.

Open tool

INI to JSON Converter

Parse INI text (sections, key=value lines, comments) into a JSON object.

Open tool

JSON Double Quote Converter

Convert single-quoted JS-object-literal-like text back into valid double-quoted JSON.

Open tool

JSON Quote Fixer

Best-effort repair of single-quoted, curly-quoted, or unquoted-key JSON-like text into valid JSON.

Open tool

JSON Single Quote Converter

Replace every structural double quote in pretty-printed JSON with a single quote.

Open tool

JSON Syntax Changer

Convert valid JSON into relaxed JS-object-literal syntax with unquoted identifier keys.

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 CSON Converter

Render a JSON object as CSON (CoffeeScript Object Notation): indented blocks, bare keys, inline scalar arrays.

Open tool

JSON to CSV Converter

Convert a JSON array of objects into CSV.

Open tool

JSON to Form Data Converter

Flatten a JSON object into application/x-www-form-urlencoded text with bracket-path keys.

Open tool

JSON to HTML Converter

Render JSON as semantic HTML: objects become definition lists, arrays become unordered lists.

Open tool

JSON to INI Converter

Convert a JSON object into classic INI format with sections and key=value lines.

Open tool

JSON to JSON Lines Converter

Convert a JSON array into JSON Lines (JSONL): one compact JSON value per line.

Open tool

JSON to LaTeX Table Converter

Render a JSON array of objects as a LaTeX tabular table, ready to paste into a document.

Open tool

JSON to List Converter

Convert a JSON array into a plain line-by-line list, no brackets, quotes, or commas.

Open tool

JSON to Lua Table

Serialize JSON into a Lua table literal, the exact inverse of the Lua to JSON Table parser.

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 PHP Array Converter

Render JSON as a PHP array literal using modern short-array syntax, ready to paste into PHP source.

Open tool

JSON to Properties Converter

Flatten JSON into dot-notation key=value lines (Java .properties format).

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 Text Converter

Turn JSON into an indented, punctuation-free plain-text outline.

Open tool

JSON to TOML Converter

Convert a JSON object into a TOML document with tables and array-of-tables.

Open tool

JSON to TOON

Convert JSON to TOON, a compact format designed to use fewer LLM tokens.

Open tool

JSON to TSV Converter

Flatten a JSON array into tab-separated rows.

Open tool

JSON to UBJSON Converter

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

Open tool

JSON to XML Converter

Convert JSON data into well-formed XML markup.

Open tool

JSON to YAML Converter

Convert JSON into clean, block-style YAML.

Open tool

JSON Lines to JSON Converter

Parse JSON Lines (JSONL/NDJSON) text, one JSON value per line, into a single JSON array.

Open tool

List to JSON Converter

Convert a plain newline-separated list into a pretty-printed JSON array of strings.

Open tool

Lua to JSON Table

Parse a Lua table literal into equivalent JSON.

Open tool

MessagePack to JSON Converter

Decode hex-encoded MessagePack bytes back into readable JSON.

Open tool

PHP Array to JSON Converter

Parse a PHP array literal (short [...] or array(...) syntax) into JSON.

Open tool

Properties to JSON Converter

Parse a Java .properties file into nested JSON.

Open tool

Protobuf to JSON Converter

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

Open tool

String to JSON Array Converter

Split raw text by a delimiter into a JSON array of trimmed, non-empty strings.

Open tool

TOML to JSON Converter

Parse a TOML document (tables and array-of-tables included) into JSON.

Open tool

TSV to JSON Converter

Convert tab-separated rows into a JSON array of objects, using the header row as keys.

Open tool

UBJSON to JSON Converter

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

Open tool

XML to JSON Converter

Convert an XML document into equivalent JSON.

Open tool

YAML to JSON Converter

Convert a YAML document into equivalent, pretty-printed JSON.

Open tool

Markdown to HTML Converter

Convert Markdown into clean, semantic HTML.

Open tool

HTML to Markdown Converter

Convert HTML into clean Markdown you can edit as plain text.

Open tool

Markdown Stripper

Strip Markdown syntax down to plain, readable text.

Open tool

Markdown Table Parser

Parse a Markdown pipe table into JSON objects or CSV rows, with per-column alignment.

Open tool

Markdown to PDF Converter

Render Markdown, then save it as a PDF through your browser's print dialog.

Open tool

Markdown to YAML

Extract a Markdown document's frontmatter and heading structure into YAML.

Open tool

Markdown Live Editor & PDF Exporter

Live split-pane Markdown editor with a rendered/HTML-source toggle and one-click PDF export.

Open tool

Markdown to Word (DOCX) Converter

Convert Markdown into a real, downloadable .docx file, built entirely in your browser.

Open tool

Markdown to Slack / Teams Converter

Convert standard Markdown into the formatting Slack and Microsoft Teams messages actually support.

Open tool

IP to Long Converter

Convert a dotted-quad IPv4 address into its 32-bit unsigned integer form.

Open tool

Long to IP Converter

Convert a 32-bit unsigned integer back into a dotted-quad IPv4 address.

Open tool

IPv4 to IPv6 Converter

Convert an IPv4 address into its IPv4-mapped IPv6 form.

Open tool

IPv6 to IPv4 Converter

Extract the embedded IPv4 address from an IPv4-mapped, 6to4, or NAT64 IPv6 address.

Open tool

IP Range to CIDR Converter

Convert a start/end IPv4 range into the minimal list of CIDR blocks that cover it exactly.

Open tool

ASCII to String Converter

Decode space-separated ASCII codes back into text.

Open tool

BBCode to String Converter

Wrap BBCode markup as a quoted, escaped string literal.

Open tool

Binary to String Converter

Decode space-separated binary code points back into text.

Open tool

Bytes to String Converter

Decode space-separated UTF-8 byte values back into text.

Open tool

CSV to String Converter

Wrap CSV text as a quoted, escaped string literal.

Open tool

Decimal to String Converter

Decode space-separated decimal Unicode code points back into text.

Open tool

Digits to Letters Converter

Convert space-separated numbers 1-26 back to their letters.

Open tool

Digits to Number Words Converter

Convert standalone digit numbers (0-999) in text to spelled-out words.

Open tool

Hex to String Converter

Decode space-separated hexadecimal code points back into text.

Open tool

HTML to String Converter

Wrap HTML markup as a quoted, escaped string literal.

Open tool

JSON String Decoder

Decode a quoted JSON string literal back to its original text.

Open tool

JSON String Encoder

Validate JSON, then wrap it as a quoted, escaped string literal.

Open tool

JSON to String

Validate JSON and collapse it to a single-line string.

Open tool

Letters to Digits Converter

Convert each letter to its 1-based alphabet position number (a=1 ... z=26).

Open tool

Number Words to Digits Converter

Convert spelled-out English numbers (0-999) in text to digit form.

Open tool

Octal to String Converter

Decode space-separated octal code points back into text.

Open tool

String to ASCII Converter

Convert ASCII-only text to space-separated decimal ASCII codes.

Open tool

String to Binary Converter

Convert text to space-separated 8-bit binary code points.

Open tool

String to Bytes Converter

Convert text to its actual UTF-8 byte values, space-separated.

Open tool

String to CSV Converter

Unwrap a quoted string literal back into raw CSV text.

Open tool

String to Decimal Converter

Convert text to space-separated decimal Unicode code points.

Open tool

String to Hex Converter

Convert text to space-separated 2-digit hexadecimal code points.

Open tool

String to Octal Converter

Convert text to space-separated 3-digit octal code points.

Open tool

XML to String Converter

Wrap XML markup as a quoted, escaped string literal.

Open tool

CSV Delimiter Detector and Normalizer

Detect whether pasted CSV-like text uses commas, semicolons, tabs, or pipes, and normalize it to commas.

Open tool

CSV to TOON

Convert CSV rows into TOON's compact tabular array syntax, designed to use fewer LLM tokens than JSON.

Open tool

CSV Joiner & Column Splicer

Left-join two CSVs on a shared key column, or extract just the columns you need from one CSV.

Open tool

XML Syntax Highlighter

Highlight XML syntax and export it as portable, self-contained HTML.

Open tool

XML to Image Converter

Render syntax-highlighted XML as a downloadable PNG image.

Open tool

XML to JSON Converter

Convert XML into equivalent, pretty-printed JSON.

Open tool

JSON to XML Converter

Convert JSON into indented, well-formed XML with a custom root element.

Open tool

XML to CSV Converter

Flatten XML records into comma-separated CSV rows.

Open tool

CSV to XML Converter

Convert CSV rows into a well-formed XML document.

Open tool

XML to YAML Converter

Convert XML into clean, indented YAML.

Open tool

YAML to XML Converter

Convert YAML into indented, well-formed XML with a custom root element.

Open tool

XML to TSV Converter

Flatten XML records into tab-separated TSV rows.

Open tool

TSV to XML Converter

Convert tab-separated TSV rows into a well-formed XML document.

Open tool

XML to Base64 Converter

Validate XML, then Base64-encode its raw bytes.

Open tool

Base64 to XML Converter

Decode Base64 back to UTF-8 text and pretty-print it as XML.

Open tool

XML URL Encoder

Validate XML, then percent-encode it for safe use in a URL.

Open tool

XML URL Decoder

Percent-decode a URL-encoded value, then pretty-print it as XML.

Open tool

XML to Text Converter

Extract plain text from XML, stripping all tags, attributes, and comments.

Open tool

XML to Table Converter

Render XML's repeated elements as an actual HTML table, columns and rows, not just text.

Open tool

XML Flattener

Collapse a nested XML document into a flat list of dot/bracket-path keys and values.

Open tool

XML to Properties Converter

Convert XML into Java-style .properties key=value lines.

Open tool

Properties to XML Converter

Convert Java-style .properties key=value lines into a well-formed XML document.

Open tool

XML to INI Converter

Convert XML into classic INI format: [section] headers and key=value lines.

Open tool

INI to XML Converter

Convert classic INI text ([section] headers, key=value lines) into a well-formed XML document.

Open tool

XML to TOML Converter

Convert XML into TOML: key = value lines, [section] tables, and [[section]] array-of-tables.

Open tool

TOML to XML Converter

Convert TOML (key = value, [section] tables, [[section]] array-of-tables) into a well-formed XML document.

Open tool

XML to Data URI Converter

Wrap an XML document as a data: URI you can embed directly in HTML, CSS, or a config value.

Open tool

Data URI to XML Converter

Decode a data:application/xml;base64,... URI (or a bare Base64 string) back into readable XML.

Open tool

XML to PHP Array Converter

Convert XML into a ready-to-paste PHP array literal using modern short-array syntax.

Open tool

XML to SQL Converter

Turn repeated XML elements into one INSERT INTO statement per row.

Open tool

SQL to XML Converter

Turn INSERT INTO ... VALUES (...) statements into XML rows.

Open tool

XML to Bencode Converter

Convert XML into Bencode, the encoding BitTorrent .torrent files use.

Open tool

Bencode to XML Converter

Decode Bencode (the BitTorrent encoding) into readable, well-formed XML.

Open tool

XML to BXML Converter

Encode XML as this site's own compact binary tree format, shown as hex.

Open tool

BXML to XML Converter

Decode this site's compact binary XML (hex) format back into readable, well-formed XML.

Open tool

XML to BSON Converter

Convert XML into BSON, the binary document format MongoDB uses, shown as hex.

Open tool

BSON to XML Converter

Decode hex-encoded BSON (MongoDB's binary document format) into readable XML.

Open tool

XML to XLS Converter

Turn repeated XML elements into an Excel-openable spreadsheet file.

Open tool

XLS to XML Converter

Convert spreadsheet text (pasted cells, or CSV exported from Excel) into a well-formed XML document.

Open tool

XML to PDF Converter

Render pretty-printed XML and save it as a PDF using your browser's print dialog.

Open tool

XML to Compressed JSON

Convert XML into minified, single-line JSON.

Open tool

PHP Array to XML Converter

Parse a PHP array literal ([...] or array(...)) and convert it into well-formed XML.

Open tool

HTML to XML Converter

Convert HTML into well-formed XML: void elements self-close, attributes get quoted, text gets escaped.

Open tool

JSON to YAML Converter

Turn JSON into clean, readable YAML.

Open tool

CSV to YAML Converter

Convert a CSV table into a YAML list of records.

Open tool

INI to YAML

Convert classic [section]-based INI files into nested YAML.

Open tool

ENV to YAML

Convert .env-style KEY=value lines into a flat YAML mapping.

Open tool

HCL to YAML

Convert HCL blocks and attributes (a Terraform-style config subset) into nested YAML.

Open tool

HOCON to YAML

Convert HOCON (Typesafe Config) key/value pairs and dot-paths into nested YAML.

Open tool

SQL to YAML

Convert a CREATE TABLE statement into a YAML table/column schema description.

Open tool

HTML to YAML

Convert simple, well-formed HTML into a YAML tree of tag/attributes/children/text nodes.

Open tool

YAML to TOON

Convert YAML into TOON, a compact, indentation-based, LLM-token-efficient format.

Open tool

NestedText to YAML Converter

Parse NestedText's key/list/multiline syntax into nested YAML.

Open tool

Properties to YAML Converter

Rebuild nested YAML from flat Java-style key=value .properties lines.

Open tool

TOML to YAML Converter

Convert TOML tables and arrays of tables into nested YAML.

Open tool

TSV to YAML Converter

Convert tab-separated values into a YAML list of records.

Open tool

XML to YAML Converter

Convert XML documents into readable YAML.

Open tool

YAML Flattener

Collapse nested YAML mappings and sequences into flat dot-notation keys.

Open tool

YAML to CSV Converter

Convert a YAML list of records into a CSV table.

Open tool

YAML to JSON Converter

Convert YAML documents into properly formatted JSON.

Open tool

YAML to NestedText Converter

Convert YAML into NestedText's minimal, everything-is-a-string format.

Open tool

YAML to PDF Converter

Format and syntax-highlight YAML, then print or save it as a PDF.

Open tool

YAML to PHP Array Converter

Turn YAML into a ready-to-paste PHP array literal with proper quoting and escaping.

Open tool

YAML to Properties Converter

Flatten YAML into Java-style key=value .properties lines.

Open tool

YAML to TOML Converter

Convert YAML into TOML's table and array-of-tables syntax.

Open tool

YAML to TSV Converter

Convert a YAML list of records into tab-separated values.

Open tool

YAML to XML Converter

Convert YAML documents into indented XML.

Open tool

YAML Key Replacer

Rename a mapping key to a new name everywhere it appears in a YAML document.

Open tool

YAML Value Replacer

Replace every leaf scalar value that exactly matches a query with a new value.

Open tool

PHP Array to YAML Converter

Paste a PHP array literal and get back the equivalent YAML document.

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

List Item Joiner

Join list items into a single string using a configurable glue, like Array.prototype.join(), e.g. " | " turns a, b, c into a | b | c.

Open tool

List Separator Changer

Parse a list using one separator and rejoin it using a different one, e.g. newline-separated to comma-separated.

Open tool

List Separator Remover

Remove the separators entirely, concatenating every list item directly together into one unbroken blob.

Open tool

List to Excel Converter

Build a real downloadable .xlsx spreadsheet with one list item per row in column A.

Open tool

List to HTML List Converter

Wrap list items as an HTML <ul> or <ol> list, with each item as an escaped <li>.

Open tool

List to Image Converter

Render your list as monospace text lines on a canvas and download it as a PNG.

Open tool

List to LaTeX List Converter

Wrap list items as a LaTeX itemize environment, escaping LaTeX's reserved characters automatically.

Open tool

List to Markdown List Converter

Prefix list items as a Markdown list, with an Unordered (- ) or Ordered (1., 2., ...) toggle.

Open tool

List to PDF Converter

Build a real downloadable .pdf with one list item per line of text, using a hand-rolled minimal PDF writer.

Open tool

List to XML Converter

Wrap list items as <list><item>a</item><item>b</item></list>, escaping XML's special characters.

Open tool

List to YAML Converter

Convert a plain list into a YAML block sequence, quoting items that need it.

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

XML to List Converter

Parse simple <item>...</item> elements (or any single repeated tag, auto-detected) out of pasted XML into a plain list.

Open tool

YAML to List Converter

Parse a flat YAML block sequence back into a plain list with your choice of separator.

Open tool

BCD to Binary Converter

Convert space-separated Binary-Coded Decimal nibbles back to a binary number.

Open tool

BCD to Decimal Converter

Decode space-separated 4-bit BCD nibbles back into a plain decimal number.

Open tool

BCD to Octal Converter

Decode space-separated 4-bit BCD nibbles back into an octal value.

Open tool

Big Endian Binary to Little Endian Binary Converter

Convert a big-endian binary string to little-endian order by reversing its byte sequence.

Open tool

Binary Bit Colorizer

Color-code every individual bit of a single binary number: one color for 1s, another for 0s.

Open tool

Binary Bit Extractor

Extract a contiguous bit field (e.g. bits 4-7) from a binary string by start index and length.

Open tool

Binary Bit Rotator

Circularly rotate the bits of a binary string left or right by a configurable amount.

Open tool

Binary Bit Swapper

Swap the bits at two chosen positions in a binary string, leaving every other bit unchanged.

Open tool

Binary Byte Bit Duplicator

Duplicate every individual bit in an 8-bit-aligned binary string, doubling each byte's length.

Open tool

Binary Colorizer

Color a list of binary numbers, one per line, each with its own distinct swatch.

Open tool

Binary Data Analyzer

Analyze a binary string: bit length, count of 1s/0s, longest run, byte alignment, and unsigned decimal value.

Open tool

Binary Endianness Swapper

Reverse the BYTE order of a multi-byte binary string, leaving each byte's own bits intact.

Open tool

Binary File Dumper

Upload any file and see every byte rendered as 8-bit binary, grouped hexdump-style.

Open tool

Binary Inverter

Flip every bit of a binary string: every 0 becomes a 1 and every 1 becomes a 0.

Open tool

Binary Joiner

Join multiple binary values (one per line, or comma-separated) into one continuous string with a chosen separator.

Open tool

Binary Left Rotator

Circularly rotate a binary value's bits to the left by a chosen amount.

Open tool

Binary Left Shifter

Logically shift a binary string's bits left by N positions, zero-filling the right and dropping overflow on the left.

Open tool

Binary Padder

Pad a binary string to a target length with a chosen bit, on the left or right.

Open tool

Binary Replacer

Find every occurrence of a bit sub-sequence in a binary string and replace it with another sequence.

Open tool

Binary Reverser

Reverse the order of the characters in a binary string, without changing any bit's value.

Open tool

Binary Right Rotator

Circularly rotate a binary value's bits to the right by a chosen amount.

Open tool

Binary Right Shifter

Logically shift a binary string's bits right by N positions, zero-filling the left and dropping overflow on the right.

Open tool

Binary RLE Decoder

Decode run-length-encoded count-bit tokens like '3x1 5x0 2x1' back into a binary string.

Open tool

Binary RLE Encoder

Run-length encode a binary string into count-bit tokens like '3x1 5x0 2x1'.

Open tool

Binary Slicer

Extract a substring of binary digits using start/end index slicing, with negative index support.

Open tool

Binary Speller

Spell a binary number out loud in words, one word per digit, e.g. '101' becomes 'one zero one'.

Open tool

Binary Splitter

Split one binary string into equal-size chunks by chunk size or by chunk count, one per line.

Open tool

Binary to Any Base Converter

Convert a binary number to any target base from 2 to 36 using exact BigInt arithmetic.

Open tool

Binary to BCD Converter

Convert a binary number to Binary-Coded Decimal, one 4-bit nibble per digit.

Open tool

Binary to EBCDIC Converter

Decode 8-bit binary bytes back into text using the IBM EBCDIC (CP037) code page.

Open tool

Binary to Floating Point Converter

Decode a 32-bit IEEE 754 single-precision binary string back into its decimal value.

Open tool

Binary to Gray Code Converter

Convert a binary string directly to its reflected binary Gray code equivalent.

Open tool

Binary to IP Address Converter

Convert 32 bits of binary back into a readable IPv4 dotted-quad address.

Open tool

Binary to IPv6 Address Converter

Reconstruct an IPv6 address from 128 bits (8 groups of 16).

Open tool

Binary to Negabinary Converter

Convert an ordinary binary number to negabinary (base -2) using exact BigInt arithmetic.

Open tool

Binary to Octal Converter

Convert binary numbers to octal, precisely, even for arbitrarily long values.

Open tool

Binary to Roman Numeral Converter

Convert a binary number to a standard Roman numeral (values 1-3999 only).

Open tool

Binary to Ternary Converter

Convert a binary (base 2) number to ternary (base 3) using exact BigInt arithmetic.

Open tool

Binary to UTF-8 Converter

Decode space-separated 8-bit binary octets as a UTF-8 byte sequence back into text.

Open tool

Binary Truncator

Truncate a binary string to a maximum length, cutting from the left or the right.

Open tool

Binary Values to Bitmap Converter

Turn binary digits into an actual, downloadable monochrome .bmp file with correct BMP headers.

Open tool

Binary Values to File Converter

Pack a string of user-supplied binary digits into bytes and download the result as a .bin file.

Open tool

Bitmap to Binary Converter

Upload an image and reduce every pixel to a single bit, concatenated into one binary string.

Open tool

Bits to Bytes Converter

Group a raw bit string into space-separated 8-bit bytes, padding the final byte if needed.

Open tool

Bytes to Bits Converter

Validate space-separated 8-bit bytes and concatenate them into one continuous bit string.

Open tool

Decimal to BCD Converter

Encode each digit of a decimal number as its own 4-bit BCD nibble.

Open tool

Decimal to Gray Code Converter

Convert a decimal integer to its Gray code (reflected binary code) representation.

Open tool

EBCDIC to Binary Converter

Convert printable ASCII text into its IBM EBCDIC (CP037) binary byte representation.

Open tool

Floating Point to Binary Converter

Convert a decimal number into its exact IEEE 754 single-precision (32-bit) binary layout.

Open tool

Gray Code to Binary Converter

Decode a reflected binary Gray code string back to ordinary binary.

Open tool

Gray Code to Decimal Converter

Convert a Gray code (reflected binary) value back to its decimal integer equivalent.

Open tool

Gray Code to Octal Converter

Decode a Gray code value (in binary digits) back to its octal equivalent.

Open tool

IP Address to Binary Converter

Convert an IPv4 dotted-quad address into its 32-bit binary representation.

Open tool

IPv6 Address to Binary Converter

Convert a full IPv6 address, including :: zero-compression, into its 128-bit binary form.

Open tool

Little Endian Binary to Big Endian Binary Converter

Convert a little-endian binary string to big-endian order by reversing its byte sequence.

Open tool

Negative Binary Decoder

Decode a two's-complement binary string to its signed decimal value.

Open tool

Negative Binary Encoder

Encode a signed decimal integer into two's-complement binary at a bit width you choose.

Open tool

Octal to BCD Converter

Convert an octal value to Binary-Coded Decimal, one 4-bit nibble per decimal digit.

Open tool

Octal to Binary Converter

Convert octal numbers to binary, precisely, even for arbitrarily long values.

Open tool

Octal to Gray Code Converter

Convert an octal number to its Gray code equivalent, expressed as binary digits.

Open tool

Roman Numeral to Binary Converter

Convert a standard Roman numeral to its binary representation.

Open tool

Ternary to Binary Converter

Convert a ternary (base 3) number to binary (base 2) using exact BigInt arithmetic.

Open tool

UTF-8 to Binary Converter

Encode text as its real UTF-8 byte sequence, shown as 8-bit binary octets.

Open tool