Skip to content
QKQuickKit日本語

Tool directory

All tools

245 tools available

General

Everyday conversions and small helpers that do not belong to a single domain.

2

Text

Transform, clean, sort, and inspect lines and characters of text.

11

Encoding

Encode, decode, and transform text and binary representations.

10

Data Formats

Format, validate, and convert JSON, YAML, XML, CSV, and other structured data.

14

CSV ⇄ JSON Converter

Convert CSV rows with a header to JSON objects, or JSON objects to CSV, locally.

LOCAL

CSV ⇄ TSV Converter

Convert bounded CSV to TSV or TSV to CSV locally.

LOCAL

CSV Column Extractor

Pull one or more columns out of CSV or TSV text in the browser, by number or header name.

LOCAL

CSV Formatter

Parse and consistently re-emit bounded RFC 4180-style CSV in the browser.

LOCAL

JSON Formatter / Minifier

Pretty-print or minify JSON in the browser, with optional recursive key sorting.

LOCAL

JSON Pointer Tester

Resolve RFC 6901 JSON Pointers against JSON locally.

LOCAL

JSON to YAML

Convert JSON into clean block-style YAML — handy for Kubernetes manifests, Compose files, and CI config.

LOCAL

JSON Validator

Check whether text is valid JSON in the browser, with the exact error location and a structural summary.

LOCAL

JSONPath Tester

Evaluate a clearly limited JSONPath subset against JSON in the browser.

LOCAL

SQL Formatter

Apply lightweight keyword casing and line breaks to a bounded SQL snippet locally.

LOCAL

Text ⇄ JSON Array

Turn a list of lines into a JSON array, or expand a JSON array back into lines, in the browser.

LOCAL

XML ⇄ JSON Converter

Convert a bounded, conservative XML tree to a documented JSON mapping locally.

LOCAL

XML Formatter

Format a bounded XML element tree locally without external entity processing.

LOCAL

XPath Tester

Evaluate a documented XPath subset against bounded XML in the browser.

LOCAL

Date & Time

Convert and inspect dates, times, epochs, and time zones.

5

Numbers & Units

Convert number bases, byte and bit units, bitrates, durations, and percentages.

4

Developer Tools

Diffs, regular expressions, hashing, formatting, and other coding helpers.

4

HTTP & Web

URLs, query strings, HTTP headers, cookies, CORS, CSP, and web development helpers.

15

Content-Type Builder

Assemble a valid HTTP Content-Type header value from a media type and parameters, with RFC 9110 token and quoting checks.

LOCAL

Cookie Header Parser

Split a pasted HTTP Cookie request header into ordered name/value pairs locally in your browser.

LOCAL

CORS Header Analyzer

Inspect supplied CORS response headers and optional preflight request details without contacting a server.

LOCAL

CSP Analyzer

Parse a Content-Security-Policy field value and show directive syntax, duplicate behavior, and common fallback relationships locally.

LOCAL

CSP Builder

Compose a Content-Security-Policy field value from common directives and source expressions in your browser.

LOCAL

CSS Minifier

Strip comments and collapse insignificant whitespace from a bounded CSS snippet without parsing or rewriting it.

LOCAL

HTML Formatter

Re-indent a bounded HTML snippet with two-space nesting, preserving <pre>, <textarea>, <script>, and <style> content verbatim.

LOCAL

HTTP Header Formatter

Normalize an HTTP header block locally while preserving duplicate fields and order.

LOCAL

HTTP Security Header Analyzer

Inspect pasted HTTP response headers for selected security-header syntax and context notes, entirely in your browser.

LOCAL

HTTP Status Reference

Search common registered HTTP response status codes and their standard meanings.

LOCAL

Query String Parser

Decode query parameters while preserving duplicate keys and their original order.

LOCAL

Set-Cookie Attribute Analyzer

Parse pasted Set-Cookie lines and explain their attribute syntax and relationships locally.

LOCAL

URL Parser

Parse an absolute URL into its standard components locally in your browser.

LOCAL

URL Pattern Tester

Test a path or URL against a WHATWG URLPattern using the browser's own URLPattern API, and inspect the captured groups.

LOCAL

User-Agent Parser

Identify broad browser, engine, platform, and mobile tokens from a User-Agent string.

LOCAL

Identifiers & Auth

Generate and decode UUIDs, ULIDs, Snowflake IDs, and build authentication headers.

12

Basic Auth Encoder / Decoder

Build or read an HTTP Basic Authorization header (RFC 7617): encode a user-id and password to Base64, or decode a credential back to its parts.

LOCAL

Bearer Header Builder

Turn an access token into an Authorization: Bearer header (RFC 6750), with a curl snippet and an RFC 6750 b64token conformance check.

LOCAL

GUID Inspector

Generate Windows-compatible version 4 GUIDs and inspect their UUID/GUID representation.

LOCAL

MongoDB ObjectId Timestamp Decoder

Read the creation timestamp out of a 12-byte MongoDB ObjectId, plus the remaining bytes as raw hex, entirely in the browser.

LOCAL

NanoID Generator

Generate NanoIDs in the browser: a compact URL-safe random identifier, 21 characters by default, with a configurable size and custom alphabet.

LOCAL

OAuth Scope Formatter

Normalize an OAuth 2.0 scope list (RFC 6749 §3.3): split on ASCII whitespace only, drop duplicates, flag invalid scope-tokens, and re-emit as the SP wire form, one per line, or JSON.

LOCAL

Snowflake ID Decoder

Decode a 64-bit Snowflake ID under an explicit provider layout (Twitter/X, Discord, Instagram, or a custom epoch): timestamp, worker, and sequence bits.

LOCAL

ULID Generator

Generate ULIDs in the browser: a 48-bit millisecond timestamp plus 80 bits of crypto randomness, in 26-character Crockford Base32, with a monotonic option.

LOCAL

UUID Generator

Generate random version 4 (RFC 9562) UUIDs in the browser, with formatting options and bulk output.

LOCAL

UUID Inspector

Normalize a UUID or GUID and inspect its variant, version, and fields that are encoded by that version.

LOCAL

Windows Permission Reference

Search a compact reference of common Windows file and directory permissions.

LOCAL

Windows SID Parser

Parse a Windows security identifier into its revision, authority, subauthorities, and known built-in name.

LOCAL

Security & Crypto

Inspect JWTs and certificates, compute hashes and HMACs, and analyze security headers.

8

Network

IPv4 addressing, subnetting, and network operations utilities.

14

IPv4 Address Converter

Convert an IPv4 address between dotted-decimal, 32-bit integer, hexadecimal, binary, octal, and its in-addr.arpa reverse-DNS name.

LOCAL

IPv4 Address Membership

Check which CIDR blocks from a list contain a given IPv4 address, with the longest-prefix match highlighted.

LOCAL

IPv4 CIDR Aggregator

Collapse a list of IPv4 addresses and CIDR blocks into the smallest equivalent set of CIDR blocks.

LOCAL

IPv4 CIDR Calculator

Calculate one or many IPv4 subnets from CIDR, subnet mask, or wildcard mask notation.

LOCAL

IPv4 DHCP Pool Planner

Plan a DHCP scope for an IPv4 subnet: gateway, usable range, and a pool that skips the gateway and reserved static addresses.

LOCAL

IPv4 Enclosing CIDR

Find the single smallest IPv4 CIDR block that contains every address and block in a list, and see how much of it is wasted.

LOCAL

IPv4 Free Space Finder

Given a parent IPv4 network and its existing allocations, list the unallocated CIDR blocks and the utilization.

LOCAL

IPv4 List Deduplicator

Normalize, sort, and de-duplicate a list of IPv4 addresses and CIDR blocks — optionally dropping contained blocks or aggregating.

LOCAL

IPv4 List Diff

Compare two lists of IPv4 addresses and CIDR blocks as sets: what only list A covers, what only list B covers, and the overlap.

LOCAL

IPv4 Netmask Converter

Convert between CIDR prefix length, dotted subnet mask, wildcard mask, and hex — with address and usable-host counts.

LOCAL

IPv4 Overlap Checker

Check a list of IPv4 CIDR blocks for overlaps and report every conflicting pair with its containment relationship.

LOCAL

IPv4 Range ⇄ CIDR

Turn a start–end IPv4 address range into the smallest list of CIDR blocks, or expand a CIDR block back into its address range.

LOCAL

IPv4 Scope & Special-Use Lookup

Classify an IPv4 address or block against the IANA special-purpose registry: private, CGNAT, loopback, documentation, multicast, reserved, or globally reachable.

LOCAL

IPv4 Subnet Splitter

Divide an IPv4 network into equal-size subnets by target prefix, number of subnets, or required hosts per subnet. Equal-size splitting only — not variable-length (VLSM) allocation.

LOCAL

IPv6

Expand, compress, subnet, and classify IPv6 addresses and prefixes.

8

Ethernet & L2

MAC addresses, OUI lookups, VLAN tags, EtherTypes, and other layer 2 helpers.

6

TCP/IP

TCP, UDP, and IP headers, flags, port and protocol references, MSS and MTU math.

6

Routing & BGP

ASNs, AS paths, BGP communities, route aggregation, and routing protocol helpers.

17

AS_PATH Parser

Parse BGP AS_PATH text, flag legacy set segments deprecated by RFC 9774, and calculate its decision-process path length.

LOCAL

ASN Formatter

Convert 32-bit autonomous system numbers between AS-prefixed, asplain, asdot, and asdot+ notation.

LOCAL

BGP Community Parser

Parse standard 32-bit BGP communities from ASN:value, decimal, hexadecimal, or well-known names.

LOCAL

BGP Large Community Parser

Parse RFC 8092 BGP Large Communities into their three unsigned 32-bit fields.

LOCAL

HSRP Helper

Derive the HSRP virtual MAC, hello multicast address, and UDP port for version 1 or 2, IPv4 or IPv6, and check the group and timers.

LOCAL

IP Prefix Comparison

Compare two IPv4 or IPv6 prefixes for equality, containment, disjointness, and their smallest common covering prefix.

LOCAL

IPv4 / IPv6 Route Aggregator

Aggregate mixed IPv4 and IPv6 prefixes into the smallest exactly equivalent route sets for each address family.

LOCAL

IS-IS NET Generator

Assemble an IS-IS NET (N-selector 0x00) from an area address and a 6-octet system ID, entered directly or derived from an IPv4 address.

LOCAL

IS-IS NET Parser

Split an IS-IS NET / NSAP into its AFI, area address, 6-octet system ID, and N-selector, with length and NET validity checks.

LOCAL

Longest Prefix Match Visualizer

Visualize which IPv4 or IPv6 routes contain an address and highlight every equally specific longest-prefix match.

LOCAL

MPLS Label Decoder

Decode or build a 32-bit MPLS label stack entry: 20-bit label, Traffic Class (TC/EXP), bottom-of-stack bit, and TTL, with reserved-label names.

LOCAL

OSPF Area ID Converter

Convert an OSPF area ID between its 32-bit decimal value and the dotted-decimal a.b.c.d form, with hex and binary views.

LOCAL

OSPF Cost Calculator

Compute an OSPF interface cost from a reference bandwidth and interface bandwidth, clamped to the 16-bit metric range.

LOCAL

OSPF Wildcard Mask Helper

Convert between a prefix length / subnet mask and an OSPF wildcard (inverse) mask, and build the network statement for an address.

LOCAL

Private ASN Detector

Identify RFC 6996 private-use ASNs and distinguish documentation, transitional, reserved, and other numeric ranges.

LOCAL

RPKI Validation State Explainer

Explain the RFC 6811 Valid, Invalid, and NotFound origin-validation states and their operational limits offline.

LOCAL

VRRP Priority & Timer Helper

Work out VRRP priority, Skew_Time, the down interval, and the virtual MAC for VRRPv3 (RFC 9568) and the historical VRRPv2 (RFC 3768).

LOCAL

DNS

Explain, format, and generate DNS records, reverse zones, and PTR entries.

8

Email

Analyze SPF, DKIM, DMARC, headers, Received chains, and SMTP status codes.

8

Packet Analysis

Decode Ethernet, IP, TCP, UDP, ICMP, DNS, and DHCP packets from hex, in the browser.

10

Firewall

Build firewall rules from a common model for nftables, iptables, pf, and vendor syntaxes.

8

Linux

Permissions, cron, systemd, shell quoting, and command builders for common Linux tools.

20

chmod Calculator

Convert a numeric chmod mode to its ls -l permission string and back, including setuid, setgid, and the sticky bit.

LOCAL

chmod Symbolic Mode

Apply a POSIX symbolic chmod expression like u+rwx,go-w to a starting mode and see the mode change clause by clause.

LOCAL

Cron Expression Generator

Build a crontab line from a preset schedule or a custom expression, then confirm what it means by parsing it and listing its next run times.

LOCAL

Cron Expression Parser

Explain a crontab line field by field and list its next run times, including the day-of-month / day-of-week trap.

LOCAL

Env Formatter

Convert environment-variable listings between .env, shell export, Docker --env, systemd Environment=, JSON, and a flat YAML-ish mapping.

LOCAL

find Command Builder

Build a safely quoted GNU find command from common path, name, type, age, size, and action filters.

LOCAL

fstab Line Generator

Generate one escaped /etc/fstab entry from six explicit fields, for review before use.

LOCAL

grep Command Builder

Build a safely quoted GNU grep command with fixed or extended-regex matching and common filters.

LOCAL

journalctl Command Builder

Build a safely quoted journalctl command for common systemd journal filters and output modes.

LOCAL

Mount Option Helper

Normalize a small curated subset of mount options and clearly retain options this tool does not interpret.

LOCAL

rsync Command Builder

Build a reviewable rsync transfer command locally, with archive, SSH, exclude, and dry-run options.

LOCAL

Shell Quote

Quote a string so a POSIX shell passes it through as one literal argument, or unquote a shell word back to its value.

LOCAL

SSH Config Helper

Generate or parse a limited SSH Host config block locally.

LOCAL

systemd OnCalendar Parser

Normalize a systemd OnCalendar= expression and list when the timer would next elapse, without running systemd-analyze.

LOCAL

systemd Service Unit Generator

Build a bounded, reviewable .service unit from explicit fields without executing a command.

LOCAL

systemd Timer Generator

Generate a bounded .timer unit and normalize its supported OnCalendar= expression locally.

LOCAL

tar Command Builder

Build a bounded tar create, extract, or list command locally.

LOCAL

umask Calculator

Convert an octal or symbolic umask into the default permissions for newly created files and directories.

LOCAL

Unix Path Helper

Inspect, normalize, join, and compute relative POSIX paths, the way os.path or pathlib does.

LOCAL

Unix Signals Reference

Searchable reference of standard Linux signals with default actions, catchability, and exit status codes.

LOCAL

Windows

PowerShell escaping, path conversion, SIDs, GUIDs, and Windows command builders.

6

Containers

Docker networks, Compose files, port mappings, and resource limit helpers.

7

Kubernetes & IaC

Kubernetes quantities and CIDRs, Terraform CIDR math, and infrastructure-as-code helpers.

8

Infrastructure Config

Generate network interface configuration for Netplan, networkd, NetworkManager, and routers.

8

VPN & Overlay

WireGuard, Tailscale, IPsec, and Cloudflare helpers for overlay and edge networks.

7

Logs

Parse and normalize syslog, web server, mail, and authentication logs.

9

Apache Access Log Parser

Split Apache common, combined, or vhost_combined access log lines into their fields — entirely in your browser.

LOCAL

journalctl Timestamp Normalizer

Rewrite the leading timestamp of journalctl output as ISO 8601, and say plainly when the format states no year or offset — entirely in your browser.

LOCAL

Log Line Deduplicator

Collapse repeated log lines by replacing timestamps, addresses, IDs, and numbers with placeholders, then count each pattern — entirely in your browser.

LOCAL

Log Timestamp Converter

Convert one log timestamp between ISO 8601, Common Log Format, RFC 3164, journalctl, and epoch forms — entirely in your browser.

LOCAL

nginx Access Log Parser

Split nginx combined or common access log lines into client, time, request, status, size, referer, and user agent — entirely in your browser.

LOCAL

Postfix Log Parser

Group Postfix log lines by queue ID and read their key=value fields — sender, recipient, relay, DSN, and status — entirely in your browser.

LOCAL

SSH / auth.log Parser

Classify sshd, PAM, and sudo lines from auth.log into accepted, failed, invalid-user, session, and sudo events — entirely in your browser.

LOCAL

Syslog Parser

Split pasted syslog lines into PRI, timestamp, host, application, and message for both RFC 5424 and the BSD form — entirely in your browser.

LOCAL

Syslog PRI Decoder

Split syslog PRI values into their facility and severity, and compute the PRI for a chosen pair — entirely in your browser.

LOCAL

Files & Binary

MIME types, magic numbers, hex views, endianness, and file header summaries.

5

Reference

Lookup tables and cheat sheets for status codes, ports, record types, and more.

5