Decode raw Protocol Buffer binary data without a schema. Paste base64 or hex-encoded bytes to inspect field numbers, wire types, and values.
| ID | Wire Type | Used For |
|---|---|---|
| 0 | Varint | int32, int64, uint32, uint64, sint32, sint64, bool, enum |
| 1 | 64-bit | fixed64, sfixed64, double |
| 2 | Length-delimited | string, bytes, embedded messages, packed repeated fields |
| 5 | 32-bit | fixed32, sfixed32, float |