CBOR playground. See
RFC 8949
for the CBOR specification, and
cbor.io
for more background information.
CBOR
Diagnostic
plain hex
deterministic
96
Bytes
as text
utf8
emb cbor
cborseq
enter hex below or
[[7, 131076, 0, [1, "//node18/~tele"], [1, "//node81/files"], [1, "//node81/files"], [680971330872, 0], 3600000], [10, 2, 0, 0, h'82182000'], [1, 1, 0, 0, h'43414243']]
83 # array(3) 88 # array(8) 07 # unsigned(7) 1A 00020004 # unsigned(131076) 00 # unsigned(0) 82 # array(2) 01 # unsigned(1) 6E # text(14) 2F2F6E6F646531382F7E74656C65 # "//node18/~tele" 82 # array(2) 01 # unsigned(1) 6E # text(14) 2F2F6E6F646538312F66696C6573 # "//node81/files" 82 # array(2) 01 # unsigned(1) 6E # text(14) 2F2F6E6F646538312F66696C6573 # "//node81/files" 82 # array(2) 1B 0000009E8D0DE538 # unsigned(680971330872) 00 # unsigned(0) 1A 0036EE80 # unsigned(3600000) 85 # array(5) 0A # unsigned(10) 02 # unsigned(2) 00 # unsigned(0) 00 # unsigned(0) 44 # bytes(4) 82182000 # "\x82\u0018 \u0000" 85 # array(5) 01 # unsigned(1) 01 # unsigned(1) 00 # unsigned(0) 00 # unsigned(0) 44 # bytes(4) 43414243 # "CABC"