Protobufデコーダー
.proto なしで Protobuf バイナリを解析
Protobuf デコーダー
.proto なしで Protocol Buffers バイナリを解析します
0 bytes
またはバイナリファイルをドラッグ&ドロップ
デコード結果
| Field # | Wire Type | Value | Possible Types | Raw Hex |
|---|
Protobufデコーダーで出来る事 About Protobuf Decoder
Protocol Buffers(Protobuf)は Google が開発した高効率なバイナリシリアライゼーション形式で、gRPC 通信やデータ保存に広く使われています。通常、Protobuf データの中身を確認するには .proto 定義ファイルが必要ですが、本ツールではワイヤーフォーマットを直接解析することで、スキーマなしでもフィールド構造と値を読み取ることができます。
Varint(可変長整数)、64ビット固定長、Length-delimited(文字列・バイト列・ネストメッセージ)、32ビット固定長の4種類のワイヤータイプに対応し、各フィールドについて考えられるデータ型の候補も表示します。
API デバッグ、gRPC トラフィックの調査、レガシーシステムのデータ解析など、Protobuf バイナリの中身を素早く確認したい場面で役立ちます。入力は16進数(hex)文字列と Base64 エンコードの両方に対応しており、ブラウザ上で完全に処理されるためデータが外部に送信されることはありません。
Protocol Buffers (Protobuf) is a high-performance binary serialization format developed by Google, widely used in gRPC communication and data storage. Normally, inspecting Protobuf data requires a .proto definition file, but this tool directly parses the wire format to read field structures and values without any schema.
It supports all four wire types: Varint (variable-length integers), 64-bit fixed, Length-delimited (strings, bytes, nested messages), and 32-bit fixed. For each field, it also shows possible data type interpretations.
This tool is useful for API debugging, gRPC traffic inspection, and legacy system data analysis — any scenario where you need to quickly inspect Protobuf binary content. It accepts both hexadecimal strings and Base64-encoded input, and all processing happens entirely in the browser, so your data is never sent to any external server.
Protobufデコーダーの使い方 How to use Protobuf Decoder
- 入力形式(Hex または Base64)を選択するか、バイナリファイルをドラッグ&ドロップまたはアップロードします
- Protobuf バイナリデータを対応する形式でテキストエリアに貼り付けるか、ファイル選択ボタンからバイナリファイルを選択します
- 「デコード」ボタンを押すと、フィールド番号・ワイヤータイプ・値が一覧表示されます
- Length-delimited フィールドはネストメッセージとして再帰的に解析を試みます。ネストされたフィールドはインデント表示されます
- Select the input format (Hex or Base64), or drag & drop a binary file into the text area
- Paste your Protobuf binary data in the corresponding format, or click Choose File to upload a binary file
- Click the Decode button to see field numbers, wire types, and interpreted values listed in a table
- Length-delimited fields are recursively parsed as potential nested messages, with nesting shown via indentation
Protobufデコーダーを使うメリット Benefits of Protobuf Decoder
- .proto ファイルがなくても Protobuf バイナリの中身を確認できます
- 16進数・Base64・バイナリファイルなど複数の入力形式に対応しており、柔軟にデータを解析できます
- gRPC や API 通信のデバッグに最適で、ワイヤータイプごとの可能なデータ型も提示します
- ブラウザ上で完全に処理されるため、機密データも安全に解析できます
- Inspect Protobuf binary content without needing a .proto file
- Supports hex strings, Base64, and binary file uploads for flexible data input
- Ideal for debugging gRPC and API communications, showing possible data type interpretations for each wire type
- Runs entirely in the browser, keeping sensitive data secure
他のカテゴリ Other Categories
データ の人気ツール TOP 10 Popular Data Tools Tools TOP 10
データ のすべてのツール (36件) All Data Tools Tools (36)
該当するツールが見つかりませんでした No matching tools found