Protobuf Binary Decoder
Decode protobuf wire bytes into field numbers, wire types, and raw scalar values.
Related
ASCII / Code Point Converter
Convert text to ASCII/Unicode code point numbers and convert numeric lists back to text.
Encoding
ASCII ↔ EBCDIC Converter
Convert text between ASCII/Latin-1 and IBM EBCDIC code pages, byte for byte.
Encoding
Ascii85 / Base85 Encode
Encode and decode text using Ascii85 (Adobe variant).
Encoding
Base16 Encode / Decode
Encode text to uppercase Base16 (RFC 4648 hex) and decode it back, with strict validation.
Encoding