Skip to content

All tools

134 tools. Local tools never upload your data; network tools say exactly what they send.

api

API & HTTP

10
data_object

JSON & Data

20
JSON & DataRuns locally in your browser.JSON FormatterPretty-print minified or messy JSON with consistent indentation.JSON & DataRuns locally in your browser.JSON ValidatorCheck whether text is valid JSON and pinpoint the first syntax error.JSON & DataRuns locally in your browser.JSON MinifierStrip whitespace from JSON to produce the smallest valid payload.JSON & DataRuns locally in your browser.JSON Key SorterRecursively sort all object keys in a JSON document alphabetically.JSON & DataRuns locally in your browser.JSON to YAMLConvert JSON documents into clean, readable YAML.JSON & DataRuns locally in your browser.YAML to JSONConvert YAML documents into formatted JSON.JSON & DataRuns locally in your browser.JSON to CSVFlatten an array of JSON objects into a CSV spreadsheet.JSON & DataRuns locally in your browser.CSV to JSONParse CSV or TSV data into a JSON array of objects or rows.JSON & DataRuns locally in your browser.JSON to XMLConvert JSON structures into indented XML markup.JSON & DataRuns locally in your browser.XML to JSONParse XML documents into equivalent JSON objects.JSON & DataRuns locally in your browser.JSON to TOMLConvert JSON objects into TOML configuration format.JSON & DataRuns locally in your browser.TOML to JSONParse TOML configuration files into formatted JSON.JSON & DataRuns locally in your browser.XML FormatterPretty-print XML with consistent indentation and one element per line.JSON & DataRuns locally in your browser.YAML FormatterNormalize YAML indentation and layout by re-serializing the document.JSON & DataRuns locally in your browser.JSON FlattenerFlatten nested JSON into a single level of dot-notation keys.JSON & DataRuns locally in your browser.JSON UnflattenerRebuild nested JSON from flat dot-notation keys.JSON & DataRuns locally in your browser.JSON to TypeScriptGenerate TypeScript interfaces from a JSON example document.JSON & DataRuns locally in your browser.JSONPath TesterRun JSONPath queries against a document and see matching values.JSON & DataRuns locally in your browser.JSON DiffCompare two JSON documents structurally and see what changed.JSON & DataRuns locally in your browser.CSV ViewerView CSV data as a sortable table without opening a spreadsheet app.
code

Encoding & Decoding

16
EncodingRuns locally in your browser.Base64 EncoderEncode text to Base64, with full UTF-8 support.EncodingRuns locally in your browser.Base64 DecoderDecode Base64 back to readable text, including UTF-8 content.EncodingRuns locally in your browser.URL EncoderPercent-encode text so it is safe to place in URLs and query strings.EncodingRuns locally in your browser.URL DecoderDecode percent-encoded URLs and query strings back to plain text.EncodingRuns locally in your browser.HTML Entity EncoderEscape text for safe embedding in HTML markup.EncodingRuns locally in your browser.HTML Entity DecoderConvert HTML entities like & and — back to characters.EncodingRuns locally in your browser.Hex EncoderConvert text into its hexadecimal byte representation.EncodingRuns locally in your browser.Hex DecoderConvert hexadecimal byte sequences back into readable text.EncodingRuns locally in your browser.Text to BinaryConvert text into binary — eight bits per UTF-8 byte.EncodingRuns locally in your browser.Binary to TextDecode space-separated binary groups back into text.EncodingRuns locally in your browser.Unicode EscaperConvert characters to \uXXXX escape sequences.EncodingRuns locally in your browser.Unicode UnescaperConvert \uXXXX and \u{...} escape sequences back to characters.EncodingRuns locally in your browser.JS String EscaperEscape text for safe use inside JavaScript or JSON string literals.EncodingRuns locally in your browser.JS String UnescaperInterpret escape sequences like \n, \t, and \" as real characters.EncodingRuns locally in your browser.UTF-8 InspectorSee the code points and UTF-8 bytes behind every character.EncodingRuns locally in your browser.JWT DecoderDecode a JWT's header and payload and check its expiry — locally.
shield

Security & Crypto

13
Security & CryptoRuns locally in your browser.SHA-256 GeneratorCompute the SHA-256 hash of any text using Web Crypto.Security & CryptoRuns locally in your browser.SHA-512 GeneratorCompute the SHA-512 hash of any text using Web Crypto.Security & CryptoRuns locally in your browser.SHA-1 ChecksumCompute SHA-1 checksums for legacy compatibility needs.Security & CryptoRuns locally in your browser.MD5 ChecksumCompute MD5 checksums for file verification and legacy systems.Security & CryptoRuns locally in your browser.HMAC GeneratorCompute keyed HMAC-SHA256 or HMAC-SHA512 signatures.Security & CryptoRuns locally in your browser.SRI Hash GeneratorGenerate Subresource Integrity hashes for script and style tags.Security & CryptoRuns locally in your browser.UUID GeneratorGenerate cryptographically random UUID v4 identifiers.Security & CryptoRuns locally in your browser.ULID GeneratorGenerate ULIDs — sortable, timestamped unique identifiers.Security & CryptoRuns locally in your browser.Nano ID GeneratorGenerate compact, URL-safe Nano ID identifiers.Security & CryptoRuns locally in your browser.Password GeneratorGenerate strong random passwords with configurable character sets.Security & CryptoRuns locally in your browser.Random String GeneratorGenerate random alphanumeric strings for tokens and test data.Security & CryptoRuns locally in your browser.Random Bytes GeneratorGenerate cryptographically secure random bytes as hex or Base64.Security & CryptoRuns locally in your browser.File Hash CalculatorCompute SHA-256, SHA-1, and MD5 checksums of files on your device.
regular_expression

Regex & Text

17
Text & RegexRuns locally in your browser.Regex TesterTest regular expressions with live match highlighting and group details.Text & RegexRuns locally in your browser.Text DiffCompare two texts and highlight added, removed, and changed lines.Text & RegexRuns locally in your browser.Case ConverterConvert text between camelCase, snake_case, kebab-case, and more.Text & RegexRuns locally in your browser.Line SorterSort lines alphabetically or numerically, ascending or descending.Text & RegexRuns locally in your browser.Duplicate Line RemoverRemove duplicate lines while keeping the first occurrence of each.Text & RegexRuns locally in your browser.Line ReverserReverse the order of lines so the last line comes first.Text & RegexRuns locally in your browser.Empty Line RemoverDelete blank and whitespace-only lines from text.Text & RegexRuns locally in your browser.Whitespace TrimmerTrim leading and trailing whitespace from every line.Text & RegexRuns locally in your browser.Word & Character CounterCount characters, words, lines, and bytes in any text.Text & RegexRuns locally in your browser.Find and ReplaceReplace text across a document, with optional regex and case options.Text & RegexRuns locally in your browser.Slug GeneratorTurn titles into clean, URL-safe slugs.Text & RegexRuns locally in your browser.Text to One LineJoin multi-line text into a single line.Text & RegexRuns locally in your browser.Prefix/Suffix LinesAdd a prefix and/or suffix to every line of text.Text & RegexRuns locally in your browser.Extract Matching LinesKeep only the lines that contain a substring or match a regex.Text & RegexRuns locally in your browser.Remove Matching LinesDelete every line that contains a substring or matches a regex.Text & RegexRuns locally in your browser.Lorem Ipsum GeneratorGenerate classic lorem ipsum placeholder paragraphs.Text & RegexRuns locally in your browser.Text NormalizerApply Unicode normalization (NFC, NFD, NFKC, NFKD) to text.
web

Web Development

13
schedule

Date & Time

7
lan

Networking

6
database

SQL & Database

5
merge_type

Git & Workflow

5
deployed_code

Docker & DevOps

7
travel_explore

SEO & Meta

5
image

File & Media

6
casino

Generators

4