CBOR Conversion Utility
This implementation supports the following subset of CBOR primitives: tstr, bstr, int, bigint, float (16/32/64 bit), bool, null, tagged data (CBOR major type 6), and simple values (CBOR major type 7)
Diagnostic Notation
Hexadecimal notation (including possible #-comments)
0xhh, 0xhh... notation
Base64Url notation
Sequence. For Diagnostic Notation use comma (,) as separator
Require Deterministic Encoding for hex/b64u data
Reject NaN and Infinity floating point objects
Paste a CBOR object in the text box or try with the default:
Diagnostic Notation
Hexadecimal notation
0xhh, 0xhh... notation
Base64Url notation
Converted result using Deterministic Encoding:
Convert!