開発者ツール
Indispensable utilities for software engineers, frontend creators, and DevOps teams. Validate and format JSON/XML/YAML, decode JWT tokens without exposing secrets, test regex patterns in real time, and generate cryptographically secure UUIDs.
JSON整形・検証
見づらいJSONを綺麗にインデント整形し、構文エラーを即座に検出。
Base64 エンコード・デコード
文字列やバイナリデータをBase64形式と相互変換。
JWTデコーダー
認証トークンのペイロード、ロール、有効期限をローカルで安全確認。
ハッシュ計算ツール
MD5、SHA-256、SHA-512などのハッシュチェックサムを高速計算。
UUID生成
暗号乱数に基づいた世界で唯一のUUID v4識別子を発行。
強力パスワード生成
暗号学的に安全な乱数で解読困難な強力パスワードを発行。
正規表現チェッカー
構文ハイライトとキャプチャグループ分解で正規表現を直感デバッグ。
Unixタイムスタンプ変換
エポック秒・ミリ秒とタイムゾーン対応日時文字列を相互変換。
URLエンコード・デコード
URLの特殊記号や日本語文字をパーセント記号形式と相互変換。
Markdownエディタ
左右2画面でリアルタイムプレビュー可能なMarkdown執筆ツール。
JSON Validator & Linter
Validate JSON syntax with precise line and column error indicators and autofix suggestions.
JSON Minifier & Compressor
Strip whitespace, linebreaks, and indentation to compress JSON payloads for API transmission.
JSON Diff & Compare
Compare two JSON payloads side-by-side with color-coded additions, deletions, and modifications.
JSON to TypeScript Interface
Convert JSON objects into clean, type-safe TypeScript interfaces and type definitions.
JSON Schema Generator
Generate Draft-07 and 2020-12 compliant JSON Schema definitions from JSON payloads.
XMLコード整形
XMLタグの入れ子関係を整理し、構文の正しさを検証。
XML Validator & Syntax Checker
Validate XML syntax, check well-formedness, and locate unclosed tags with line error alerts.
YAML Formatter & Beautifier
Format, beautify, and validate YAML configurations for Kubernetes, Docker Compose, and CI/CD.
YAML to JSON Converter
Convert YAML configuration files into structured JSON format instantly.
JSON to YAML Converter
Convert JSON payloads into clean, readable YAML configurations.
HTMLコード整形
入れ子になったHTMLタグを綺麗にインデントして可読性向上。
HTML Minifier
Minify HTML code by stripping comments, whitespace, and empty lines to speed up web pages.
CSS Formatter & Beautifier
Beautify and format minified CSS stylesheets with clean rule indentation and line breaks.
CSS圧縮 (Minify)
不要なスペースを除去し、Webサイト表示速度を向上。
JavaScript圧縮 (Minify)
JSスクリプトを圧縮し、ブラウザのダウンロード時間を短縮。
Cron Expression Generator
Build standard 5-part and 6-part cron expressions visually with minute, hour, day, and month pickers.
Cron Expression Parser
Convert confusing cron expressions into clear, plain English human descriptions with upcoming run times.
SQL Formatter & Beautifier
Format and indent complex SQL queries with uppercase keyword capitalization and clean clause alignment.
SQL Minifier
Compress SQL queries into a single line by removing comments, indentation, and extra whitespace.
HTTP Status Code Directory & Lookup
Quickly lookup HTTP status codes (1xx, 2xx, 3xx, 4xx, 5xx) with RFC definitions and debugging tips.
cURL Command Generator
Generate syntax-highlighted cURL commands from URL, HTTP method, headers, and request body.