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

IO Tools

広告 ・ 取り除く?

SQL Escape

SQL Escape Escape special characters in strings for safe use in SQL queries. Supports multiple SQL dialects including MySQL, PostgreSQL, SQL Server, and SQLite. Prevents SQL injection by properly escaping quotes, backslashes, and other dangerous characters before they reach your database. How to Use Paste your raw string into the input area, select your SQL dialect, and click Escape. The tool applies dialect-specific escaping rules and outputs the safe string. Switch to Unescape mode to reverse the process and recover the original text from an escaped string. Features 5 SQL Dialects – Generic/ANSI SQL, MySQL, PostgreSQL, SQL Server, and SQLite with dialect-specific escaping rules Escape & Unescape – Two-way conversion: ...

ツールを試す »

JSON Escape and Unescape

JSON Escape and Unescape Escape and unescape special characters in JSON strings. Convert raw text with quotes, newlines, tabs, and Unicode characters into properly escaped JSON string values, or reverse the process to recover the original text from escaped JSON. Essential for working with APIs, configuration files, and any JSON data handling. How to Use Paste your text into the input area and select Escape or Unescape mode. Click Convert to process. In Escape mode, special characters are converted to JSON escape sequences. In Unescape mode, escape sequences are converted back to their original characters. Features Full JSON Escape Sequences – Handles all standard JSON escapes: \”, \\, \/, \b, ...

ツールを試す »

JavaScript Escape and Unescape

JavaScript Escape and Unescape Escape and unescape special characters in JavaScript string literals. Convert raw text with quotes, newlines, tabs, and Unicode into properly escaped JavaScript strings, or reverse the process to recover original text. Choose between single-quote and double-quote wrapping styles. How to Use Paste your text into the input area, select Escape or Unescape mode, choose your preferred quote style (single or double), and click Convert. The tool applies JavaScript-specific escaping rules and outputs the result ready to paste into your code. Features Full JS Escape Sequences – Handles \’, \”, \\, \n, \r, \t, \b, \f, \v, \0, \uXXXX, \xHH, and ES6 \u{XXXXX} Escape & Unescape – ...

ツールを試す »

PHP Array to JSON Converter

PHP Array to JSON Converter Convert PHP array syntax to valid JSON format instantly. Paste PHP arrays using either the classic array() or modern [] short syntax, and get properly formatted JSON output. Handles nested arrays, associative key-value pairs, PHP constants (true, false, null), and trailing commas. How to Use Paste your PHP array code into the input area, select your preferred indentation style, and click Convert. The tool parses the PHP array syntax and outputs equivalent JSON. Choose between 2 spaces, 4 spaces, tabs, or minified output. Features Both Array Syntaxes – Supports classic array() and modern [] short array syntax Nested Arrays – Handles deeply nested arrays and ...

ツールを試す »

Cron Next-Run Time Calculator

Cron Next-Run Time Calculator Enter a cron expression and instantly see when it will fire next. This tool parses standard 5-field cron expressions, calculates the next scheduled run times, generates a human-readable description, and shows a countdown to the next execution — all in your local timezone and UTC. How to Use Type or paste a cron expression (e.g., 0 9 * * 1 for every Monday at 9 AM), select how many upcoming runs to display (5, 10, or 20), and click Calculate. The tool shows a human-readable description, countdown to the next run, and a complete schedule of upcoming executions. Features Next N Runs – Calculate the next ...

ツールを試す »

Color Contrast Grid Generator

Color Contrast Grid Generator Enter your brand or design system colors and generate a complete WCAG contrast matrix showing the contrast ratio for every possible foreground/background combination. Instantly see which color pairs pass AA, AAA, or fail accessibility requirements — essential for building accessible design systems and style guides. How to Use Enter hex colors one per line (with optional labels like “Primary #3B82F6”), or select a preset palette. Click Generate Grid to create the contrast matrix. Each cell shows the contrast ratio with the actual foreground color on the actual background, color-coded by WCAG compliance level. Features N×N Contrast Matrix – Every foreground/background combination tested and displayed in a ...

ツールを試す »

Base85 / Ascii85エンコーダー&デコーダー

Base85 / Ascii85 Encoder & Decoder Encode text to Base85 or decode Base85-encoded data back to its original form. Base85 encoding converts 4 bytes of binary data into 5 printable ASCII characters, offering better space efficiency than Base64 (25% overhead vs 33%). This tool supports three major Base85 variants used across different applications. How to Use Select your mode (Encode or Decode), choose a Base85 variant, paste your input text or encoded data, and click Convert. The tool processes everything in your browser and displays the result along with input/output size comparison. Features Bidirectional – Encode text to Base85 or decode Base85 back to original text Three Variants – Ascii85 ...

ツールを試す »

クレジットカードBIN / IIN検索

Credit Card BIN / IIN Lookup Enter the first 6-8 digits of any credit or debit card number to identify the card network, issuing bank, country of issuance, card type, and category. This tool also includes Luhn algorithm validation to check if a full card number has a valid format. Everything runs in your browser — no data is transmitted to any server. How to Use Enter the first 6-8 digits of a card number (the BIN or IIN) and click Lookup. The tool identifies the card network, issuing bank, country, and card type from a bundled database. Optionally, enter a full card number in the second field for Luhn ...

ツールを試す »

Twitter / X文字カウンター

Twitter / X 文字数カウンター Twitter/X の正確な文字数カウントルールでツイートを作成およびカウントします。このツールは、Twitter/X が使用するのと同じアルゴリズムを適用します — URL は長さに関係なく常に 23 文字としてカウントされ、絵文字は重み付けされたカウントを持ちます。リアルタイムのフィードバックにより、色分けされた警告とともに残りの文字数が表示され、スレッドモードは長いコンテンツを複数のツイートに自動的に分割します。 使用方法 入力エリアにツイートテキストを入力または貼り付けます。カウンターはリアルタイムで更新され、280文字の制限のうち使用済みおよび残りの文字数を表示します。URL はハイライトされ、それぞれ 23 文字としてカウントされます。制限を超えると、カウンターが赤くなり、スレッドモードがアクティブになって...

ツールを試す »

16進ダンプビューア

Hex Dump Viewer View any text or file as a hex dump in the classic xxd format — offset address, grouped hex bytes, and printable ASCII characters side by side. Upload a binary file or paste text to inspect raw byte values, search for patterns, and configure the display to match your preferred format. How to Use Paste text into the input area or upload a file (up to 1 MB). Configure bytes per row (8, 16, or 32), byte grouping, and offset format. Click Generate Dump to view the hex dump. Use the search box to highlight specific hex patterns or ASCII strings in the output, and copy the ...

ツールを試す »

時間間隔フォーマッター

Time Duration Formatter Convert any duration — entered in seconds, milliseconds, or clock format — into multiple human-readable representations simultaneously. See verbose, short, ISO 8601, clock, and approximate formats side by side, with a full breakdown by time unit. How to Use Select your input mode (Seconds, Milliseconds, or Clock hh:mm:ss), enter your duration value, and click Format. The tool instantly displays the duration in all supported formats — from verbose natural language to ISO 8601 standard notation. Features Multiple Input Modes – Enter duration as total seconds, milliseconds, or clock format (hh:mm:ss or hh:mm:ss.mmm) Verbose Format – “2 days, 3 hours, 4 minutes, 5 seconds” with zero units omitted ...

ツールを試す »

JWT有効期限&ライフタイムチェッカー

JWT Expiry & Lifetime Checker Paste a JSON Web Token to instantly check its expiry status, see a live countdown to expiration, and visualize the token’s lifetime on an interactive timeline. Decode all standard claims (iss, sub, aud, exp, iat, nbf) plus custom claims — all without needing the signing secret. Everything runs in your browser. How to Use Paste your JWT in the input field and click Check. The tool decodes the header and payload, displays the token’s validity status (valid, expired, not yet valid, expiring soon), shows a live countdown updating every second, and renders a visual timeline from issued-at to expiration with the current time marked. Features ...

ツールを試す »

URL正規化&標準化

URL Canonicalizer & Normalizer Normalize URLs to their canonical form following RFC 3986 standards. This tool applies configurable normalization steps — lowercase scheme and host, remove default ports, sort query parameters, resolve dot segments, and more — with side-by-side comparison and diff highlighting to show exactly what changed. How to Use Enter one or more URLs (one per line for batch processing). Toggle individual normalization steps on or off using the checkboxes, then click Normalize. The tool shows the original and canonical URLs side by side with differences highlighted in color. Features 10 Normalization Steps – Lowercase scheme/host, remove default ports, decode unreserved percent-encoding, resolve dot segments, sort query params, ...

ツールを試す »

Bencode エンコーダー / デコーダー

Bencode エンコーダー / デコーダー JSONをBencode形式にエンコードするか、BencodeをJSONにデコードします。Bencodeは、BitTorrentの.torrentファイルおよびDHTプロトコルで使用されるシリアライゼーション形式です。Bencode入力を貼り付けて読みやすいJSONにデコードするか、JSONを貼り付けてコンパクトなBencodeにエンコードします。すべてクライアントサイドで、データは送信されません。 使用方法 方向(Bencode → JSONまたはJSON → Bencode)を選択し、入力を貼り付けると、結果が即座に表示されます。組み込みの例を使用して、実際の.torrentファイルの構造をJSONにデコードして表示します。 特徴 双方向変換 – BencodeからJSON、JSONからBencodeへ 完全な型サポート – 整数、バイト文字列、リスト、...

ツールを試す »

ROI(投資収益率)計算ツール

ROI計算機 投資収益率を即座に計算します。初期投資額と最終価値を入力すると、ROIパーセンテージ、年平均成長率(CAGR)、損益分岐点、および最大3つの投資シナリオを並べて比較できます。入力するたびに、すべての計算がリアルタイムで更新されます。 使用方法 初期投資額と最終価値または純利益を入力します。投資期間を設定すると、ROIパーセンテージが即座に表示されます。CAGRセクションを使用して、年ごとの成長表とともに複数年の年平均成長率を計算します。損益分岐点計算機は、投資が元を取るのにかかる時間を示します。最大3つの投資を並べて比較し、最適なオプションを見つけます。 特徴 基本ROI計算機 – ...

ツールを試す »

給与から時給への換算ツール

給与から時給換算計算機 年給、月給、隔週給、週給、日給、時給を即座に換算します。1日の労働時間、週の労働日数、有給休暇を設定して、正確な換算を行います。簡単な総支給額から手取り額の概算、および並べての給与比較が含まれます。 使用方法 給与額を入力し、給与期間(年、月、週、時給など)を選択します。1日の労働時間、週の労働日数、有給休暇日数を調整して、ご自身の状況に合わせます。計算機は即座に他のすべての給与期間に換算します。総支給額から手取り額のセクションを使用して、簡単な手取り額の概算を行うか、2つの給与パッケージを並べて比較して、どちらが時給でより多く支払われるかを確認します。 特徴 マルチ期間 ...

ツールを試す »

単語ジェネレーター

単語ジェネレーター 単語の種類、長さ、開始文字のオプションフィルターを使用して、ランダムな英単語を即座に生成します。クリエイティブライティングのプロンプト、語彙練習、単語ゲーム、ブレインストーミングセッションなど、どのような目的であっても、このツールは品詞別に分類された3,000以上の一般的な英単語のキュレーションされたリストから単語を抽出します。 使用方法 生成したい単語数(1〜100)を設定し、オプションで単語の種類(名詞、動詞、形容詞、副詞)、開始文字または接頭辞の入力、最小または最大単語長の指定によって結果を絞り込みます。 [生成]をクリックして、ランダムな単語リストを取得します。結果をクリップボードにコピーするか、テキストファイルとしてダウンロードします。

ツールを試す »

VINジェネレーター

VINジェネレーター テスト、開発、教育目的で有効な車両識別番号(VIN)を生成します。生成される各VINは、ISO 3779規格に準拠し、正しく計算されたチェックデジット、現実的な製造業者コード、および適切なフォーマットを備えています。これにより、ソフトウェアテスト、データベースのシード、VINの仕組みの学習に適しています。 使用方法 生成するVINの数(1〜50)を設定し、オプションで地域(北米、ヨーロッパ、アジア)とモデル年(2000〜2026)を選択します。[生成]をクリックして、有効なVINを作成します。各VINは、有効なチェックデジットを持つ、適切に構造化された17文字の識別子です。すべての結果をクリップボードにコピーするか、テキストファイルとしてダウンロードします。 特徴 有効なチェックデジット – ...

ツールを試す »

ランダムメールジェネレーター

ランダムメールアドレスジェネレーター テスト、開発、プレースホルダーデータ用のランダムなメールアドレスを生成します。一般的な名前パターンまたはランダムな文字列のユーザー名と、一般的なプロバイダーのドメイン、架空のテストドメイン、または独自のカスタムドメインを組み合わせて、リアルな見た目のメールを作成します。テストデータベース、QAワークフロー、デモ環境の入力に最適です。 使用方法 生成するメール数(1〜100)を設定し、ユーザー名スタイル(リアルな名前またはランダムな文字列)を選択し、メール形式(リアルな名前を使用する場合)を選択し、ドメインタイプを選択します。[生成]をクリックして、メールリストを作成します。すべての結果をクリップボードにコピーするか、テキストファイルとしてダウンロードします。 特徴 リアルな名前パターン – 一般的なファーストネームを使用したメールを生成します...

ツールを試す »

ランダムな住所ジェネレーター

ランダム住所ジェネレーター テスト、開発、プレースホルダーデータ用のリアルな偽の番地を生成します。米国、英国、カナダ、オーストラリア、またはドイツの適切にフォーマットされた住所を作成します。番地、通りの名前、都市、州または地方、郵便番号が含まれます。テストデータベース、QAワークフロー、フォームテスト、デモ環境の入力に最適です。 使用方法 生成する住所数(1〜50)を設定し、国を選択するか、ランダムにしてミックスするか、好みの出力形式(完全な複数行住所、単一行のカンマ区切り、または構造化されたJSON)を選択します。[生成]をクリックして、住所リストを作成します。結果をクリップボードにコピーするか、テキストファイルとしてダウンロードします。 特徴 ...

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

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

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

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

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

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

広告 ・ 取り除く?
広告 ・ 取り除く?
広告 ・ 取り除く?

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

参加する

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

コーヒーを買って
広告 ・ 取り除く?