DataHub Tools
DataHub Developer Toolbox
DataHub Tools offers local-first data conversion, developer utilities, subtitle tools, and image tools in one clean toolbox.
Data & Table Tools
JSON, CSV, Markdown, YAML, HTML tables, and SQL conversion tools for data cleanup.
JSON to CSV
Convert JSON arrays into downloadable CSV files.
JSON / CSV
CSV to JSON
Convert CSV rows into clean JSON arrays in your browser.
CSV / JSON
CSV to Markdown
Convert CSV or TSV data into a GitHub-style Markdown table.
CSV / Markdown
Markdown to CSV
Convert Markdown tables into CSV rows for spreadsheets.
Markdown / CSV
JSON to Markdown
Convert JSON arrays into Markdown tables locally.
JSON / Markdown
Markdown to JSON
Convert Markdown tables into JSON arrays for data cleanup.
Markdown / JSON
HTML to Markdown
Convert common HTML headings, links, lists, code, and tables into Markdown.
HTML / Markdown
Markdown to HTML
Convert Markdown headings, lists, links, code blocks, and tables into HTML.
Markdown / HTML
YAML to JSON
Convert YAML config into formatted JSON in your browser.
YAML / JSON
JSON to YAML
Convert JSON objects and arrays into readable YAML.
JSON / YAML
HTML Table to CSV
Extract HTML table rows and convert them into CSV.
HTML table / CSV
HTML Table to Markdown
Convert HTML tables into GitHub-style Markdown tables.
HTML table / Markdown
HTML Table to JSON
Extract rows from an HTML table and convert them into JSON arrays.
HTML table / JSON
CSV to HTML Table
Convert CSV or TSV rows into clean HTML table markup.
CSV / HTML table
JSON to HTML Table
Convert JSON arrays or objects into HTML table markup.
JSON / HTML table
CSV to YAML
Convert CSV rows into readable YAML arrays locally.
CSV / YAML
YAML to CSV
Convert YAML arrays or objects into CSV rows in your browser.
YAML / CSV
Markdown Table to SQL INSERT
Convert Markdown tables into SQL INSERT statements.
Markdown / SQL
Markdown Table Generator
Create Markdown tables from CSV, TSV, or pasted rows.
CSV / TSV / Markdown
CSV to SQL INSERT
Convert CSV rows into SQL INSERT statements with escaped values.
JSON to SQL INSERT
Convert JSON arrays or objects into SQL INSERT statements locally.
HTML Entity Encoder Decoder
Encode HTML entities or decode escaped HTML text in your browser.
HTML entities / text
SQL Formatter
Format common SQL SELECT, INSERT, UPDATE, and WHERE clauses for quick reading.
SQL
Excel to CSV
Convert XLSX spreadsheets to CSV locally in your browser.
Excel / CSV
Excel to JSON
Convert the first XLSX worksheet into formatted JSON arrays locally.
Excel / JSON
Excel to Markdown
Convert XLSX worksheets into GitHub-style Markdown tables.
Excel / Markdown
Excel to HTML Table
Convert XLSX worksheets into clean HTML table markup.
Excel / HTML table
CSV to LaTeX Table
Convert CSV or TSV rows into LaTeX tabular markup for papers and notes.
CSV / LaTeX
JSON to LaTeX Table
Convert JSON arrays into LaTeX tabular markup locally.
JSON / LaTeX
Markdown Table to LaTeX
Convert Markdown pipe tables into LaTeX tabular markup.
Markdown / LaTeX
HTML Table to SQL INSERT
Extract HTML table rows and convert them into SQL INSERT statements.
HTML table / SQL
HTML Minifier
Minify HTML snippets by removing comments and unnecessary whitespace.
HTML
CSS Minifier
Minify CSS by removing comments, whitespace, and redundant separators.
CSS
JavaScript Formatter Minifier
Format or minify JavaScript snippets locally for quick debugging and cleanup.
JavaScript / JS
HTML Formatter Beautifier
Beautify HTML snippets with readable indentation and local validation-friendly cleanup.
HTML
TOML Formatter JSON
Format simple TOML config and convert it to JSON locally in your browser.
TOML / JSON
INI Formatter JSON
Format INI files and convert section-based config into JSON locally.
INI / JSON
YAML Formatter Validator
Validate YAML and format it with consistent indentation in your browser.
YAML
CSV to SRT
Convert subtitle rows from CSV into SRT blocks with start time, end time, and text.
CSV / SRT
YAML to Markdown
Convert YAML arrays or objects into Markdown tables for documentation.
YAML to SQL INSERT
Convert YAML records into SQL INSERT statements for quick seed data.
YAML to HTML Table
Convert YAML arrays or objects into clean HTML table markup.
Developer Tools
Encoding, formatting, SEO, HTTP, URL, regex, hash, and validation utilities for daily debugging.
JSON Formatter
Format, minify, and inspect JSON in your browser.
JSON
JSON Validator
Validate JSON and find syntax errors quickly.
JSON
JWT Decoder
Decode JWT header and payload locally.
JWT
Cron Expression Generator
Build common cron expressions and explain existing schedules.
Cron
URL Encoder Decoder
Encode or decode URL components and query strings locally in your browser.
URL / query string
Base64 Encoder Decoder
Encode text to Base64 or decode Base64 back to readable text locally.
Base64 / UTF-8 text
Unix Timestamp Converter
Convert Unix timestamps to readable dates and generate timestamps from date strings.
Unix timestamp / date
UUID Generator
Generate random UUID v4 values locally for tests, records, and identifiers.
UUID v4
Text Diff Checker
Compare two text blocks line by line and highlight added, removed, and changed lines.
Password Generator
Generate secure random passwords, PINs, and passphrases locally in your browser.
Hash Generator
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text locally.
Query String Parser
Parse URL query strings into readable JSON and inspect repeated parameters locally.
URL query string / JSON
JSON to URL Params
Convert JSON objects into URL query parameters for API testing and links.
JSON / URL parameters
Regex Tester
Test JavaScript regular expressions against sample text and list matches.
regex / text
Color Converter
Convert HEX, RGB, and HSL colors with a compact local color report.
HEX / RGB / HSL
Text Case Converter
Convert text to camelCase, PascalCase, snake_case, kebab-case, title case, and uppercase.
camelCase / snake_case / kebab-case
Word Counter
Count words, characters, lines, sentences, and estimated reading time locally.
words / characters / lines
Line Sorter Deduplicator
Sort text lines, remove duplicate lines, trim whitespace, and clean lists locally.
text lines / lists
Slug Generator
Generate clean URL slugs from titles, file names, and headings.
titles / URL slugs
XML Formatter Validator
Validate XML and format it with readable indentation in your browser.
XML
Lorem Ipsum Generator
Generate placeholder paragraphs, sentences, and words for mockups and tests.
placeholder text
Title Description Length Checker
Check SEO title and description length in characters and approximate pixel width.
SEO title / meta description
SERP Preview Tool
Preview how a title, URL, and meta description may appear in Google search results.
SERP / SEO title / description
Open Graph Preview
Preview a social card from Open Graph title, description, URL, and image fields.
Open Graph / social card
Color Contrast Checker
Check text and background color contrast ratios for WCAG accessibility.
HEX / WCAG / contrast
URL Parser
Parse a URL into protocol, host, path, query parameters, hash, and origin.
URL
Open Graph Meta Generator
Generate Open Graph and Twitter Card meta tags from title, description, URL, and image.
Open Graph / Twitter Card
Meta Tags Generator
Generate title, description, canonical, robots, viewport, and language meta tags.
SEO meta tags
Robots.txt Generator
Generate a clean robots.txt file with user-agent, allow, disallow, and sitemap directives.
robots.txt
Sitemap XML Generator
Generate sitemap XML from a list of URLs with changefreq and priority values.
sitemap XML / URLs
HTTP Status Code Lookup
Look up common HTTP status codes and understand what each response means.
HTTP status codes
MIME Type Lookup
Look up common file extensions and MIME types for web headers and uploads.
MIME types / file extensions
Bytes Converter
Convert bytes to KB, MB, GB, TB and compare decimal versus binary units.
Bytes / KB / MB
Date Calculator
Add or subtract days from a date and calculate the difference between two dates.
date / days
JSON Schema Generator
Generate a basic JSON Schema from a JSON object or array sample.
JSON / JSON Schema
JSON Diff Compare
Compare two JSON objects and list added, removed, and changed paths locally.
JSON / diff
SVG Optimizer
Optimize SVG snippets by removing comments, metadata, and unnecessary whitespace locally.
SVG
SVG to PNG
Convert SVG text or files to high-resolution PNG.
SVG / PNG
Timezone Converter
Convert dates and times between UTC, New York, London, Beijing, Tokyo, and other time zones.
User-Agent Parser
Parse browser, operating system, device, engine, and bot hints from User-Agent strings.
JWT Validator
Decode JWT tokens and verify HS256 signatures locally with a shared secret.
Basic Auth Generator
Generate HTTP Basic Authorization headers from a username and password locally.
URL Query Builder
Build clean URLs and query strings from key-value pairs for API testing and links.
XML to JSON
Convert XML documents into readable JSON objects locally in your browser.
JSON to XML
Convert JSON objects and arrays into XML markup locally in your browser.
Image Metadata Remover
Remove image metadata by re-exporting JPG, PNG, or WebP files locally in your browser.
HMAC Generator
Generate HMAC-SHA signatures from a secret and message locally in your browser.
IPv4 Subnet Calculator
Calculate network address, broadcast address, usable host range, and subnet mask from CIDR.
Subtitle Tools
Subtitle conversion, cleanup, transcript, and timing utilities for lightweight media publishing workflows.
SRT to VTT
Convert SRT subtitles to WebVTT format locally.
SRT / VTT
VTT to SRT
Convert WebVTT subtitles to SRT format locally in your browser.
VTT / SRT
SRT to Text
Extract clean transcript text from SRT subtitle files.
SRT / transcript
Subtitle Time Shifter
Shift SRT or VTT subtitle timestamps forward or backward by milliseconds.
SRT / VTT / timestamps
ASS to SRT
Convert common ASS or SSA subtitle dialogue lines into SRT format.
ASS / SSA / SRT
SBV to SRT
Convert YouTube SBV subtitle blocks into SRT format locally.
SBV / SRT
Image Tools
Local image compression, resizing, and format conversion for web publishing.
Image Compressor
Compress images in your browser with quality and format controls.
JPG / PNG / WebP
QR Code Generator
Generate downloadable SVG QR codes for URLs, text, Wi-Fi notes, or contact snippets.
AVIF to PNG
Convert AVIF images to PNG in your browser.
AVIF / PNG
AVIF to JPG
Convert AVIF images to JPG with quality control.
AVIF / JPG
PNG to WebP
Convert PNG images to smaller WebP files.
PNG / WebP
JPG to WebP
Convert JPG images to WebP with quality control.
JPG / WebP
WebP to PNG
Convert WebP images to PNG locally in your browser.
WebP / PNG
WebP to JPG
Convert WebP images to JPG with quality control.
WebP / JPG
HEIC to JPG
Convert iPhone HEIC photos to JPG in your browser.
HEIC / JPG
HEIC to PDF
Convert HEIC photos into a downloadable PDF.
HEIC / PDF
Image Resizer
Resize images by width, height, or percentage.
JPG / PNG / WebP
JPG to PNG
Convert JPG images to PNG locally in your browser.
PNG to JPG
Convert PNG images to JPG with quality control locally.
Favicon Generator
Generate common PNG favicon sizes and HTML link tags from an image.
Bug feedback
Submit and the DataHub team will receive it.