ToolJoltTools

Protobuf Wire Format Decoder

Decode raw protobuf bytes (hex or Base64) without a .proto file — field numbers, wire types, nested previews and string detection.

About Protobuf Wire Format Decoder

Protobuf Wire Format Decoder decodes raw Protocol Buffers bytes (hex or Base64) without needing the .proto schema — showing each field number, wire type, nested message preview and any detected UTF-8 strings. It is the go-to tool for reverse-engineering an unknown protobuf payload.

How to use Protobuf Wire Format Decoder

  1. 1Paste or type your input into the box above — a sample is pre-filled so you can try it instantly.
  2. 2Set any options on offer (mode, key, format) to match what you need.
  3. 3The result appears the moment you type — no button to press, no waiting.
  4. 4Click Copy to grab the output — Protobuf Wire Format Decoder keeps everything on your device.

Why use Protobuf Wire Format Decoder?

  • Inspecting a gRPC or protobuf API response when you do not have the schema
  • Reverse-engineering field numbers and types from captured traffic
  • Confirming a client is serialising the fields you expect
  • 100% free with no sign-up, no watermark and no usage limits
  • Runs entirely in your browser — your text and keys are never uploaded, stored or logged
  • Works offline once loaded, with instant results and one-click copy

Frequently asked questions

Can I decode protobuf without the .proto file?+

Yes — the wire format is self-describing enough to recover every field number, its wire type, and length-delimited values. You cannot recover field names or distinguish an int32 from an enum, but structure, numbers and embedded strings are fully visible.

How do I decode a gRPC message?+

Strip the 5-byte gRPC frame header (1 compression flag byte + 4 length bytes) first, then paste the remaining bytes here as hex or Base64.

Is it free to use?+

Yes — completely free with no sign-up, no account and no usage limits. There is no paywall, so you can encode, decode and convert as much as you like.

Is my data private and secure?+

Yes. This tool runs entirely in your browser using client-side JavaScript — your input is never uploaded to a server, stored or logged. Once the page has loaded you can use it offline, which makes it safe for tokens, keys and confidential data.

Related tools

Related Developer tools

Sponsored