Boneyard Tools

Data Formats

JSON, CSV, YAML, XML and friends.

Converters

Binary to Decimal

Convert binary to decimal online. Paste any binary number, with or without spaces, and get the exact base-10 value instantly. Runs in your browser.

Converters

Binary to Hex

Convert binary to hexadecimal online. Paste a binary number and get exact hex, with optional uppercase. Handles huge values. Runs in your browser.

Converters

CSV to JSON

Convert CSV to JSON online. Turn spreadsheet rows into clean JSON objects or arrays, with smart number and boolean typing. Free tier plus API.

Converters

CSV to SQL

Convert CSV to SQL INSERT statements online. Set a table name, pick a delimiter, and get clean, ready to run inserts. Fast and runs in your browser.

Converters

CSV to TSV

Convert CSV to TSV online. Paste comma-separated data and get clean tab-separated output, with quoted commas handled. Runs in your browser.

Converters

Decimal to Binary

Convert decimal numbers to binary online. Type a whole number and get its base-2 value instantly, even for very large numbers. Runs in your browser.

Converters

Decimal to Hex

Convert decimal to hexadecimal online. Type any whole number and get the hex value instantly, with optional uppercase and 0x prefix. Runs in your browser.

Converters

Decimal to Octal

Convert decimal to octal online. Paste any non-negative whole number and get the exact base-8 value instantly. Runs in your browser.

Converters

Hex to Binary

Convert hex to binary online. Paste a hexadecimal value, with or without 0x, and get the binary output instantly. Optional 4-bit padding. Runs in your browser.

Converters

Hex to Decimal

Convert hex to decimal online. Paste a hexadecimal value, with or without a 0x prefix, and get the exact base 10 number. Runs in your browser.

Converters

HTML to Markdown

Convert HTML to clean Markdown in your browser. Headings, bold, italic, links, images, lists, blockquotes and code, with entities decoded.

Converters

INI to JSON

Convert INI config to JSON online. Paste an INI file and get clean, nested JSON with sections as objects. Runs entirely in your browser.

Converters

JSON to CSV

Convert JSON to CSV online. Paste an array of objects and get clean, spreadsheet-ready CSV with the right headers. Runs in your browser.

Converters

JSON to SQL

Convert JSON to SQL INSERT statements online. Paste an array of objects, set a table name, and get ready-to-run INSERTs. Runs in your browser.

Converters

JSON to TOML

Convert JSON to TOML online. Paste a JSON object and get clean TOML with tables and arrays of tables. Runs in your browser, nothing is uploaded.

Converters

JSON to XML

Convert JSON to XML online. Paste JSON and get clean, indented XML with a custom root element. Special characters are escaped. Runs in your browser.

Converters

JSON to YAML

Convert JSON to YAML online. Paste JSON and get clean, readable YAML with proper 2-space indentation. Fast, free and runs in your browser.

Converters

TSV to JSON

Convert TSV to JSON online. Turn tab-separated rows into clean JSON objects or arrays, with smart number and boolean typing. Runs in your browser.

Converters

Unix Timestamp Converter

Convert a Unix epoch timestamp to a human date, or a date to a timestamp. Auto-detects seconds and milliseconds. Runs in your browser.

Converters

YAML to CSV

Convert YAML to CSV online. Paste a YAML list of records and get a clean CSV with a header row and the delimiter you choose. Runs in your browser.

Converters

YAML to JSON

Convert YAML to JSON online. Paste YAML and get clean, pretty-printed JSON with the indentation you choose. Runs entirely in your browser.