CBOR playground. See
RFC 8949
for the CBOR specification, and
cbor.io
for more background information.
CBOR
2 unused bytes after the end of the data item
Diagnostic
plain hex
deterministic (with
dCBOR)
20
Bytes
as text
utf8
nan
emb cbor
cborseq
enter hex below or
[167, [10], 96, {"vyper": [0, 4, 0]}]
84 # array(4) 18 A7 # unsigned(167) 81 # array(1) 0A # unsigned(10) 18 60 # unsigned(96) A1 # map(1) 65 # text(5) 7679706572 # "vyper" 83 # array(3) 00 # unsigned(0) 04 # unsigned(4) 00 # unsigned(0) ##### 2 unused bytes after the end of the data item: 00 14