URLパーサー / アナライザー
URLをすべての構成要素に分解 — プロトコル、サブドメイン、ドメイン、ポート、パス、クエリパラメータ、ハッシュをカラーコードで可視化
URL Parser & Analyzer
Break any URL into its components — protocol, subdomain, domain, port, path, query parameters, and fragment — with color-coded visualization. Useful for debugging redirects, inspecting query strings, and understanding URL structure.
URL anatomy
Protocol
https:// or http:// — defines the communication protocol.
Subdomain
www or api — the prefix before the root domain.
Domain & TLD
example.com — the registered domain and top-level domain.
Path
/blog/post-1 — the resource location on the server.
Query string
?page=2&sort=asc — key-value pairs that pass parameters to the server.
Fragment
#section-3 — client-side anchor; never sent to the server.
さらに探す
おすすめのその他の 開発者ツール…
JSONフォーマッター
構文ハイライトとエラー検出でJSONを整形、検証、圧縮
Base64エンコーダー/デコーダー
テキストやファイルをBase64にエンコードし、Base64文字列を読めるテキストにデコード
URLエンコーダー/デコーダー
URLコンポーネントとクエリ文字列パラメータをエンコード・デコード
UUIDジェネレーター
ランダムUUID(v1、v4)を生成するか、複数のUUIDを一括生成
ハッシュジェネレーター
テキストやファイルからMD5、SHA-1、SHA-256、SHA-512ハッシュを生成
正規表現テスター
リアルタイムのマッチハイライトとグループ抽出で正規表現をテスト
JWTデコーダー
JSON Web Tokenをデコードして検査 — ヘッダー、ペイロード、署名を確認
HTMLフォーマッター
適切なインデントと構文ハイライトでHTMLコードを整形・美化