広告が嫌いですか? 行く 広告なし 今日

データツール

Word Cloud Generator

Word Cloud Generator Paste any block of text and instantly turn it into a frequency-weighted word cloud. Bigger words appear more often, and you can shape, color, and rotate the layout — then download the result as a high-resolution PNG or a clean, infinitely scalable SVG. How to Use Paste or type your text into the input box (transcripts, articles, reviews, notes — anything works). Pick a shape (rectangle, circle, or ellipse) and a canvas size. Adjust the max words, font size range, and rotation sliders until the layout feels right. Choose a color palette and font family, then tweak the background color if needed. Use the filtering options to ...

ツールを試す »

Jsonnet Formatter & Evaluator

Jsonnet Formatter & Evaluator Paste Jsonnet source and get a fully evaluated JSON result, or pretty-print the source itself. This tool runs entirely in your browser, so your configuration never leaves the page. Handy for previewing Kubernetes manifests, Grafana dashboards, Tanka environments, or any other config-as-code expressed in Jsonnet. How to Use Paste Jsonnet code into the input box, or drag a .jsonnet/.libsonnet file onto the uploader. Pick Evaluate → JSON to compute the result, or Format Jsonnet source to re-print the source with consistent indentation. Choose your preferred indent (2 spaces, 4 spaces, tab, or minified). Optionally sort object keys alphabetically, or force string output for cases where the ...

ツールを試す »

HJSON Formatter & Validator

HJSON Formatter & Validator Paste HJSON — the human-friendly variant of JSON that allows comments, unquoted keys and strings, multiline values, and trailing commas — and convert it to strict JSON instantly. The tool also runs the conversion in reverse: drop in strict JSON and get a cleaner HJSON version with unquoted keys for easier reading and editing. Validation runs line-by-line as you type, so syntax errors surface immediately with line and column hints. Everything runs locally in your browser — no file upload, no server round-trip, no data leaving the page. How to Use Paste HJSON or strict JSON into the input box, or upload a file. Pick a ...

ツールを試す »

Decibel (dB) Level Converter

Decibel (dB) Level Converter The Decibel (dB) Level Converter turns a value entered in one decibel or linear unit into every related representation. Pick a reference type — Sound Pressure Level (SPL), Voltage, or Power — choose what your input is, and the tool computes the equivalent dB readings, the underlying linear quantity (pascals, volts, watts), and the relevant ratios. Conversions follow the standard 20·log₁₀ rule for amplitude/pressure quantities and 10·log₁₀ for power. How to Use Pick a reference type: SPL, Voltage, or Power. Enter your value in the Value field. Select the unit your value is in (e.g. dB SPL, dBV, dBm, Pa, V, W, or a ratio). Read ...

ツールを試す »

Irregular Polygon Area Calculator

Irregular Polygon Area Calculator Type a list of vertex coordinates and instantly get the area, perimeter, and centroid of any flat polygon — convex or concave, axis-aligned or skewed, three vertices or thirty. The calculator uses the classic Shoelace formula so the answer is exact (no triangulation, no approximations), and it draws a live SVG preview so you can confirm the shape matches what you intended before trusting the numbers. It’s a quick way to verify a hand calculation, double-check a CAD value, work out the footprint of a non-rectangular floor plan, or estimate how much paint, fabric, or material an oddly-shaped surface needs. Everything runs in your browser — ...

ツールを試す »

XML Diff Comparator

XML Diff Comparator Compare two XML documents at the node level or the line level. The XML Diff Comparator highlights added, removed, modified, and attribute-level changes so you can spot exactly what changed without skimming through thousands of tags by eye. Unlike plain text diff tools, this comparator understands XML structure: it ignores cosmetic whitespace, optionally skips comment nodes, and treats attribute sets as order-insensitive by default. The result is a diff that reflects real semantic change rather than reformatting noise. How to Use Paste your original XML into the XML A box and the updated XML into the XML B box. Choose Structural diff to see node-level changes grouped ...

ツールを試す »

NPV & IRR Calculator

NPV & IRR Calculator Evaluate an investment opportunity the way finance professionals do. This calculator turns a stream of yearly cash flows into the four numbers that matter most for any capital-budgeting decision: Net Present Value (NPV), Internal Rate of Return (IRR), Modified IRR (MIRR), and the Profitability Index. It also reports the simple and discounted payback periods and shows how sensitive your NPV is to small changes in the discount rate. How to Use Enter the initial investment as a positive dollar amount — the tool treats it as the year-zero outflow automatically. Paste your cash flows (one value per line) into the textarea. Use negative numbers to represent ...

ツールを試す »

tsconfig.json Generator

tsconfig.json Generator Build a valid tsconfig.json for TypeScript projects without memorising option names or hunting through release notes for what changed in the latest compiler. Pick a preset (Node ESM, Node CommonJS, React, Next.js, Library, or Strictest), tweak the strictness toggles, add any path aliases, and copy the generated JSON into the root of your project. TypeScript’s compiler config is a sharp surface: option names are case-sensitive, the list grows every release, and a misspelled or deprecated key may silently produce the wrong output instead of failing fast. A form-based generator that only emits the options you ticked is the fastest way to get a working config that matches your ...

ツールを試す »

Textile & Yarn Converter

Textile & Yarn Converter Cross-reference knitting needle sizes, crochet hook sizes, and yarn weight categories across US, UK/Canada, metric, and Japanese standards in one place. Useful when a pattern from one country lists a needle or yarn name that does not match what is printed on your local supplies. How to Use Pick a category — Knitting Needle, Crochet Hook, or Yarn Weight. Enter a size in the system you already know (millimeters, US number, UK number, Japanese, or US letter for hooks). The matched row is highlighted in the reference table and the equivalents appear in the result card. Use the quick-pick chips to jump to the most common ...

ツールを試す »

Network Speed Unit Converter

Network Speed Unit Converter Instantly convert between every common network and data transfer rate unit – bps, Kbps, Mbps, Gbps, Tbps, B/s, KB/s, MB/s, GB/s, TB/s, plus the binary IEC units like KiB/s and MiB/s. Type a value into any field and every other field updates live, so you never have to guess whether a “100 Mbps” connection is actually 100 MB/s (it is not – it is 12.5 MB/s). How to Use Type a value into any of the rate inputs – bits, bytes, or binary units. Every other unit updates instantly with the converted value. Click a Quick Select chip to load a common speed (dial-up, gigabit, USB ...

ツールを試す »

ICSカレンダーイベント生成ツール

ICS Calendar Event Generator Build a standards-compliant .ics calendar file in seconds, then download it or copy the raw iCalendar text. Fill in the event details, choose a timezone and an optional repeat rule, add a reminder, and you get a clean RFC 5545 file that imports cleanly into Apple Calendar, Google Calendar, Outlook, Fastmail, Thunderbird, Nextcloud, and any other client that speaks iCalendar. How to Use Enter the event title, optional description, and a location or meeting URL. Pick Timed or All-day. For timed events, fill in the start and end times. Choose a timezone. Use Floating for “whatever zone the calendar opens in”, UTC for absolute times, or ...

ツールを試す »

スタックトレースフォーマッター・パーサー

Stack Trace Formatter & Parser Paste a raw stack trace from JavaScript, Python, Java, Ruby, Go, .NET, or PHP and instantly get a colour-coded, frame-by-frame breakdown. The tool auto-detects the language, separates your code from framework noise, and produces a clean Markdown block that you can drop straight into a bug report or pull request. How to Use Paste the raw stack trace into the input area, or click one of the language examples to see the formatter in action. Leave the language on Auto-detect, or pick one manually if the format is unusual or truncated. Toggle Collapse framework / vendor frames to fold long runs of library code into ...

ツールを試す »

マクロ栄養素計算機

Macronutrient Calculator Turn a daily calorie goal into precise gram targets for protein, carbohydrates, and fat — split exactly the way you eat. Pick a preset diet (balanced, high protein, keto, endurance, zone) or drag the sliders to a custom split, then choose how many meals you eat per day. The calculator instantly returns grams per macro per day, calories contributed by each macro, and a per-meal breakdown so you know what to put on every plate. How to Use Enter your daily calorie goal (use a TDEE calculator if you don’t have one). Pick a diet preset — the protein/carb/fat sliders snap to that split. Drag any slider to ...

ツールを試す »

仮のHTTP応答ビルダー

HTTPレスポンスビルダーを構築し、秒単位で構造的に正しいHTTPレスポンスメッセージを作成します。ステータスコードを選択し、ボディのタイプを選択し、ヘッダーを追加します。このツールは、ステータスライン、ヘッダー、ボディをCRLFで区切った文字列として生成し、テストファイク、統合モック、APIドキュメント、またはクライアントに対してレスポンスを再放送するのに最適です。使用方法:HTTPバージョン(デフォルトでHTTP/1.1)を選択し、グループ化されたピッカーからステータスコードを選択します(例:200 OK、404 Not Found、または503 Service Unavailable)。(オプション)ステータスコードの後に非標準のテキストを表示するように理由表現を上書きします。ボディのタイプ(テキスト、JSON、XML、HTML、フォームなど)を選択します。

ツールを試す »

QRコードリーダー/デコード

QRコードリーダー/デコード機能:ブラウザ内で任意のQRコード画像をデコードできます。スクリーンショット、写真、または保存された画像をアップローダーにドロップし、ツールは埋め込まれたテキスト、URL、Wi-Fi認証情報、連絡先カード、またはその他のペイロードをすぐに返します。画像をどこかに送信せずに、即座に結果を取得できます。使用方法:アップロードエリアをクリックし、QRコードを含む画像を選択(PNG、JPG、WEBP、GIF、またはBMP)。デコードされたコンテンツは、数秒以内に結果ボックスに表示されます。検出タイプのバージョンを確認してください。このツールはURL、Wi-Fi設定、vCard/MeCard連絡先、mailto、tel、SMS、Geo座標、otpauthリンクを認識します。コピーまたは...

ツールを試す »

モーラー質量計算機

Molar Mass Calculator Type a chemical formula and get the exact molar mass in g/mol, a per-element breakdown, and the mass percentage of each element. Atomic weights use IUPAC 2021 standard values so results are reliable for laboratory and coursework use. Parentheses, polyatomic groups, and hydrate notation (CuSO4·5H2O) are fully supported. How to Use Enter a chemical formula in the input box (for example, C6H12O6 for glucose). Pick an output unit: g/mol, kg/mol, or atomic mass units per molecule. Set the number of decimal places (4 is standard for lab work). Read the total molar mass from the summary card and review each element’s contribution and mass percentage in the ...

ツールを試す »

Docker Compose YAML フォーマッター

Docker Compose YAMLフォーマッター:Docker ComposeのYAMLを貼り付けて、サービス、ネットワーク、ボリュームがDocker Composeの慣例に従って並べられた、きれいで一貫したファイルをすぐに取得できます。このフォーマッターは、現代のCompose仕様に準拠してファイルを検証し、古いキー(例:古いトップレベルのversionフィールドや、legacyリンク)を警告し、実行時に失敗しないように未知のサービスオプションを警告します。使用方法:Docker ComposeのYAMLを入力エリアに貼り付け、または例のリンクのいずれかをクリックしてサンプルスタックをロードします。キーの順序を選択します。Composeの慣例では、サービスはユーザーが期待する順序(イメージ、再起動、環境、ポート、ボリュームなど)で並べられます。アルファベット順はA-Zで厳密に並べられ、保存は...

ツールを試す »

バーコードチェックディジットバリデーター

バーコードチェックディジット検証ツール:販売または配送用のバーコードのチェックディジットを1回のペーストで検証できます。この検証ツールは、ディジット数から自動でフォーマットを検出し、適切なアルゴリズム(EAN/UPC/GTIN用のGS1 mod-10、ISBN-10用のmod-11)を使用して期待されるチェックディジットを再計算し、位置ごとの詳細を表示して、誤記入の場所を正確に確認できます。使用方法:バーコードを「バーコード」フィールドにペーストします。スペース、ハイフン、ドットは自動で削除されます。Formatを「自動検出」に残すか、曖昧な入力(8桁の数字はEAN-8またはUPC-Eの可能性がある)に対して特定の標準を選択します。結果を確認してください。有効(valid)とは、末尾のチェックディジットが一致していることを意味します。

ツールを試す »

MIMEタイプインタラクティブ検索

MIMEタイプインタラクティブ検索:任意のファイル拡張子の正しいMIMEタイプを検索したり、MIMEタイプに関連付けられたファイル拡張子を検索できます。IANAメディアタイプレジストリに基づいて構築されたこのインタラクティブ検索は、カテゴリラベルとワンクリックコピーで即座に正確な結果を提供し、コードに適切なContent-Typeを入力する際に二度考えずに済みます。使用方法:検索ボックスにファイル拡張子(例:.pdf、mp4、またはjson)を入力、またはimage/pngのようなMIMEタイプをペーストします。結果カードは、一致するMIMEタイプ、関連付けられた拡張子、トップレベルカテゴリ(画像、動画、音声、テキスト、アプリケーション、フォント、モデル、マルチパート、メッセージ)、および適用されるデフォルト文字セットを表示します...

ツールを試す »
広告なしで楽しみたいですか? 今すぐ広告なしで

拡張機能をインストールする

お気に入りのブラウザにIOツールを追加して、すぐにアクセスし、検索を高速化します。

に追加 Chrome拡張機能 に追加 エッジ拡張 に追加 Firefox 拡張機能 に追加 Opera 拡張機能

スコアボードが到着しました!

スコアボード ゲームを追跡する楽しい方法です。すべてのデータはブラウザに保存されます。さらに多くの機能がまもなく登場します!

ニュースコーナー 技術ハイライト付き

参加する

価値ある無料ツールの提供を継続するためにご協力ください

コーヒーを買って