CBOR Conversion Utility
This implementation supports the following subset of CBOR primitives: text string, byte string, integer, bignum, floating point (16/32/64 bit), true, false, null, and tagged data (CBOR major type 6).
Diagnostic Notation
Hexadecimal notation (including possible #-comments)
0xhh, 0xhh... notation
Base64Url notation
Sequence using ',' as separator
Require Deterministic Encoding for hex/b64u data
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!