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

IO Tools

ビットコインアドレス生成器

Random Bitcoin Address Generator Generate random Bitcoin wallet addresses for testing and development. Create properly formatted addresses in all four major Bitcoin address formats — Legacy (P2PKH), Script Hash (P2SH), SegWit (Bech32), and Taproot (Bech32m). Ideal for testing payment processing integrations, populating test databases, and validating address format checks. How to Use Set the number of addresses to generate (1–50), select an address type or leave it on Random for a mix of all formats. Click Generate to create your Bitcoin address list. Copy results to your clipboard or download as a text file. Features 4 Address Formats – Legacy (starts with 1), P2SH (starts with 3), SegWit Bech32 (starts ...

ツールを試す »

URL オープナー

URL Opener Open multiple URLs at once by pasting a list and clicking a single button. Instead of opening links one by one, paste your entire URL list and let this tool open them all in new browser tabs simultaneously. Ideal for QA testing, checking multiple pages, reviewing search results, or opening a batch of bookmarks. How to Use Paste your URLs into the text area (one per line), optionally set a delay between tab opens to avoid popup blockers, and click Open All. Each URL opens in a new browser tab. The tool auto-adds https:// to URLs missing a protocol and reports how many tabs were successfully opened. Features ...

ツールを試す »

OGPチェッカー

Open Graph Checker Inspect and preview the Open Graph meta tags on any URL to see exactly how your page will appear when shared on social media. This tool fetches the page, extracts all OG and Twitter Card meta tags, and shows you a visual preview of the social share card — plus flags any missing tags that could hurt your social media presence. How to Use Enter any URL and click Check. The tool fetches the page server-side and extracts all Open Graph and Twitter Card meta tags. You’ll see a social media preview card, a complete list of all OG and Twitter tags found, any missing important tags, ...

ツールを試す »

リダイレクトチェッカー

Redirect Checker Trace the full redirect chain for any URL and see every hop along the way. This tool follows redirects from start to finish, showing the HTTP status code, URL, and response time at each step. Essential for debugging redirect chains, verifying SEO migrations, and finding redirect loops before they cause problems. How to Use Enter any URL and click Check. The tool follows the redirect chain server-side, recording each hop with its HTTP status code, destination URL, and response time. The results display the complete chain from the original URL to the final destination, making it easy to spot unnecessary redirects, loops, or incorrect status codes. Features Full ...

ツールを試す »

HEX to Text Converter

HEX to Text Converter Convert hexadecimal strings back to readable text instantly. Paste hex values in any common format — with spaces, dashes, 0x prefixes, or raw hex — and get the decoded text output. The reverse of our Text to Hex converter, perfect for decoding hex dumps, debugging network data, and reading encoded strings. How to Use Paste your hexadecimal string into the input area. Select the format or leave it on Auto-detect to let the tool figure out the separator. Click Convert to decode the hex to readable text. Copy or download the result. Features Auto-Format Detection – Automatically detects hex format: spaced (48 65 6C), raw (48656C), ...

ツールを試す »

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 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計算機 – ...

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

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

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

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

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

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

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

参加する

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

コーヒーを買って