devtools

All tools

80 developer tools, grouped by category. Every client tool runs entirely in your browser.

Formatters & Validators

View category

Encoders & Decoders

View category
Base64 Encode / DecodeEncode and decode Base64 in your browser with full UTF-8 support and the URL-safe alphabet. Text is converted entirely on your device — nothing is uploaded.JWT DecoderDecode a JWT to read its header and payload without sending it anywhere. See the algorithm, expiry and issued-at times — and why decoding is not verifying.URL Encode / DecodeFree, private URL encoder and decoder that runs entirely in your browser. Percent-encode query values or whole URLs and decode %-escapes instantly.HTML Entity Encode / DecodeEncode and decode HTML entities in your browser — escape <, >, & and quotes, or turn named and numeric references back into text. Private, free, no upload.Base32 Encode / DecodeEncode and decode RFC 4648 Base32 in your browser with full UTF-8 support. Case-insensitive decoding that ignores whitespace, ideal for TOTP and 2FA secrets.Base58 Encode / DecodeEncode and decode Base58 with the Bitcoin alphabet in your browser, with full UTF-8 support and no look-alike 0, O, I or l. Private and never uploaded.Unicode Escape / UnescapeConvert text to JavaScript-style Unicode escapes and back. Escape only non-ASCII or every character, and unescape emoji and hex escapes in your browser.Backslash Escape / UnescapeEscape text into a JSON or JavaScript double-quoted string literal and back. Handles newlines, tabs, quotes, backslashes and control characters, in-browser.Text to Hex ConverterConvert text to hexadecimal and back in your browser, with a choice of delimiter and case and tolerant decoding of spaced, colon or 0x-prefixed hex input.

Converters

View category
CSV to JSON ConverterConvert CSV to JSON in your browser: RFC 4180 quoting, custom delimiters, and header-to-object mapping. Private and offline — your data never leaves the page.YAML ⇄ JSON ConverterConvert YAML to JSON and JSON to YAML instantly in your browser. Free, private, and offline-capable, with clear parse-error reporting and no uploads.JSON to TypeScriptGenerate TypeScript interfaces from any JSON in your browser: nested objects, arrays, union types, optional keys, and null-aware fields. Private, no uploads.JSON to CSV ConverterConvert a JSON array of objects to CSV with RFC 4180 quoting, custom delimiters, unioned columns, and JSON-stringified nested values. Private, no uploads.Number Base ConverterConvert numbers between any base from 2 to 36 — binary, octal, decimal, hex — using BigInt for exact arbitrary-size values. Private, in-browser, no uploads.Roman Numeral ConverterConvert Roman numerals to numbers and integers to Roman numerals in your browser. Auto-detects the direction and validates canonical form, from 1 to 3999.XML to JSON ConverterConvert XML to JSON in your browser: repeated tags become arrays, attributes map to @attributes, and mixed text to #text. Private, offline, and no uploads.JSON to XML ConverterConvert JSON to clean, indented XML in your browser: objects nest, arrays repeat as elements, primitives become text, and special characters are escaped safely.CSV to Markdown TableConvert CSV to a GitHub-flavored Markdown table in your browser: RFC 4180 quoting, custom delimiters, optional header row, and escaped pipes. Free and private.Temperature ConverterConvert temperature between Celsius, Fahrenheit, and Kelvin in your browser. Exact formulas, an absolute-zero guard, and all three scales at once. Private.Data Size ConverterConvert data sizes between decimal KB, MB, GB and binary KiB, MiB, GiB in your browser. See the exact 1000 vs 1024 difference. Private, offline, and no uploads.

Generators

View category
UUID Generator (v4 / v7)Generate random v4 and time-ordered v7 UUIDs online, free and private. IDs are created in your browser with a CSPRNG and never sent anywhere.Password GeneratorGenerate strong, random passwords in your browser with adjustable length, character sets, and a live entropy readout. Private and offline, nothing is sent.Lorem Ipsum GeneratorGenerate lorem ipsum placeholder text by paragraphs, sentences, or words. Free, private, and fully in-browser — copy classic filler for mockups instantly.Hash Generator (MD5/SHA-1/256/512)Generate MD5, SHA-1, SHA-256 and SHA-512 hashes from text in your browser. See all four digests at once, computed locally so nothing is uploaded.QR Code GeneratorGenerate QR codes from any URL or text in your browser, free and private. Tune error correction and download a crisp, scalable SVG — nothing is uploaded.Slug GeneratorTurn any title or heading into a clean, URL-safe slug. Strips accents and punctuation, collapses spaces to hyphens, and runs entirely in your browser.NanoID GeneratorGenerate short, URL-friendly NanoIDs online with a secure random source. Set the size, count, and alphabet, then copy compact unique IDs, all in-browser.Random Number GeneratorGenerate random numbers online in any range with a cryptographic RNG. Pick integers or decimals, unique sets, and bulk counts, computed in your browser.Meta Tag GeneratorGenerate SEO meta tags, Open Graph, and Twitter card markup from a title, description, and image. HTML-escaped output you can paste, all in-browser.ULID GeneratorGenerate ULIDs online — 26-character, time-sortable identifiers in Crockford base32, made in your browser with a secure random source and lexicographic order.

Text Tools

View category
Case ConverterConvert text between camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE and dot.case. Free, private, and runs entirely in your browser.Word & Character CounterCount words, characters, sentences, paragraphs, and reading time instantly. A free, private word & character counter that runs entirely in your browser.Line Sorter & DeduplicatorSort lines alphabetically or numerically and remove duplicate or blank lines, right in your browser. Case-insensitive, locale-aware, and fully private.Text Diff CheckerCompare two blocks of text or code online and see added, removed, and unchanged lines instantly. A free, private line diff that runs in your browser.Markdown PreviewPreview Markdown online with a live GitHub-flavored renderer. Tables, code blocks, and task lists render instantly and privately in your browser.Whitespace CleanerClean messy whitespace online: collapse repeated spaces, trim lines, remove blank lines, expand tabs, and strip non-breaking spaces. Private, in-browser.String Length CalculatorMeasure string length by Unicode code points, UTF-16 units, and UTF-8 bytes, plus words, lines, and graphemes. Emoji-aware and runs in your browser.Reverse TextReverse text by characters, words, or lines online. The character reverse is emoji-safe, so surrogate pairs stay intact. Free, private, and in your browser.Find and Replace TextFind and replace text online with literal or regex search, case-insensitive matching, and $1 capture groups. Replace all or the first match, privately.Text RepeaterRepeat or duplicate a line of text as many times as you need, joined by a new line, space, comma, tab, or nothing. Fast, private, and in your browser.Word Frequency CounterCount how often each word appears and rank them by frequency. Ignore case, set a minimum length, and hide common stop words. Private, in your browser.Remove AccentsRemove accents and diacritics from text, folding letters like é, ñ, and ø down to plain ASCII. Ideal for slugs and filenames, right in your browser.NATO Phonetic AlphabetConvert text to the NATO phonetic alphabet — Alpha, Bravo, Charlie — to spell names, codes, and passwords clearly over the phone. Free, in your browser.Binary to Text ConverterConvert text to binary and decode binary back to text, with correct UTF-8 handling and forgiving spacing. Clear errors on bad input, right in your browser.

Crypto & Security

View category

Date & Time

View category

CSS & Design

View category

Web & Network

View category
DNS LookupLook up DNS records for any domain — A, AAAA, MX, TXT, NS, CNAME and SOA. Runs on our server so it works even behind a locked-down or private network.SSL Certificate CheckerCheck a site's SSL/TLS certificate from our server: expiry date, days remaining, issuer, subject and the SAN list — even for expired or self-signed certs.HTTP Header CheckerCheck the HTTP response headers of any URL: see the status, cache and cookie rules, plus security headers like HSTS, CSP, and nosniff. Server-side lookup.URL Metadata / OG PreviewPreview the Open Graph card Slack, Discord, and social sites build from a URL. Our server fetches the page and reads its og:title, og:image, and meta tags.What Is My IPSee the public IP address the internet uses to reach you, not your private LAN address, plus your user-agent and any proxy chain. A server-side lookup.URL Parser & Query InspectorBreak any URL into its parts — protocol, host, port, path, query and hash — and decode every query parameter. Runs privately in your browser, no upload.Query String Parser & BuilderParse a URL query string into readable JSON, or build an encoded query string from a JSON object. Repeated keys become arrays. Private, in your browser.User Agent ParserPaste any User-Agent string to break out the browser, version, rendering engine, operating system, and device type. Runs privately in your browser.HTTP Status Code ReferenceSearch every standard HTTP status code by number, class like 4xx, or keyword such as redirect. Each result explains what the code means in one line.MIME Type LookupLook up the MIME type for a file extension, or find every extension for a media type like image/. A searchable table of 90+ common types, fully in-browser.