What SLEB128 Converter does
Encode signed arbitrary-precision integers as signed LEB128 or decode complete sign-extended SLEB128 byte sequences.
Input and output contract
Encoded input is bounded and must contain a valid terminating byte with correct sign interpretation. Space-separated SLEB128 bytes or a signed decimal integer.
Safe workflow
Choose direction and enter the signed value or encoded bytes. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
This Tool implements SLEB128 semantics, not unsigned LEB128 or Protobuf ZigZag. If output differs from another format, confirm the format is SLEB128 rather than a different variable-length integer scheme.