Binary values are currently decoded as text before being displayed, which
corrupts them irreversibly (invalid UTF-8 bytes become U+FFFD). Add an option
to toggle the view to a continuous lowercase hex string instead.
Current:
"\b\ufffd\u0016\u0013\b\ufffd\u0015\u0013\b\....
Proposed:
08a70e080a1308860b.... or with 0x prefix
Binary values are currently decoded as text before being displayed, which
corrupts them irreversibly (invalid UTF-8 bytes become
U+FFFD). Add an optionto toggle the view to a continuous lowercase hex string instead.
Current:
"\b\ufffd\u0016\u0013\b\ufffd\u0015\u0013\b\....Proposed:
08a70e080a1308860b....or with0xprefix