About Protobuf Encoder / Decoder
Encode JSON into Protobuf bytes or decode Protobuf payloads with a .proto schema on the page.
Common use cases
- gRPC and Protobuf debugging
- Inspect binary payloads
- Verify message schemas without local scripts
How to use
- Paste the .proto schema and message type.
- Choose encode or decode mode.
- Paste JSON or binary payload and review the result.