Categories

Development

Utilities for code, data formats, APIs, and technical workflows.

Tools

Hex / Decimal / Binary / Octal Converter

Convert numbers exactly between hexadecimal, decimal, binary, and octal.

Cron Expression Descriptor

Explain, validate, and preview upcoming run times for cron expressions locally.

RegEx Tester

Test JavaScript regular expressions locally, inspect matches and capture groups, and preview replacements.

URL Decoder

Decode percent-encoded URL components, paths, query strings, and form data locally.

URL Encoder

Percent-encode text, paths, query values, and form data locally in the browser.

JWT Decoder

Decode JWTs locally, inspect claims, and optionally verify HMAC signatures in the browser.

UUID / GUID Generator

Generate UUIDs and GUIDs locally in the browser, export batches, and use v4 or v7.

JSON Formatter

Validate, format, minify, analyze, and inspect JSON as a tree locally.

JSONPath Query Evaluator

Run RFC 9535 JSONPath queries locally against JSON and show normalized paths.

JMESPath Evaluator

Run JMESPath Core expressions locally against JSON and export the JSON result.

XPath Tester / Playground

Test XPath 1.0 in the browser and XPath 3.1 locally against XML or HTML documents.

Base64 Decoder

Decode Base64, Base64URL, MIME Base64, or data URLs to bytes directly in the browser.

Base64 Encoder

Encode text or local files to Base64, Base64URL, MIME Base64, or data URLs directly in the browser.

JSON to XML

Convert JSON files or pasted JSON text to XML directly in the browser.

XML to JSON

Convert XML files or pasted XML text to JSON directly in the browser.

JSON to YAML

Convert JSON files or pasted JSON text to YAML directly in the browser.

YAML to JSON

Convert YAML files or pasted YAML text to JSON directly in the browser.

bcrypt / MD5 / SHA-256 Generator

Generate and verify bcrypt password hashes and calculate MD5 and SHA-256 digests locally.

CSV to Markdown Table

Convert CSV, TSV, and delimiter-separated data to GitHub-Flavored Markdown tables locally in the browser.

JSON to TOML

Convert strict JSON to readable TOML locally in the browser.

JSON to TypeScript Interface

Infer TypeScript interfaces and type aliases from JSON sample data locally in the browser.

SQL Formatter

Format and beautify SQL scripts locally in the browser.

JSON to SQL INSERT

Convert JSON objects and object lists to SQL INSERT statements directly in the browser.

CSV to JSON

Convert CSV, TSV files, or pasted table data to JSON directly in the browser.

JSON to CSV

Convert JSON files or pasted JSON text to CSV directly in the browser.