CBOR playground. See
RFC 8949
for the CBOR specification, and
cbor.io
for more background information.
CBOR
Diagnostic
plain hex
deterministic (with
dCBOR)
7
Bytes
as text
utf8
nan
emb cbor
cborseq
enter hex below or
[_ [7, 0], [1]]
9F # array(*) 82 # array(2) 07 # unsigned(7) 00 # unsigned(0) 81 # array(1) 01 # unsigned(1) FF # primitive(*)