What is CBOR?
CBOR (Concise Binary Object Representation) is a binary data
serialization format defined in RFC 8949. It's compact, fast to
encode/decode, and suitable for constrained environments like IoT
devices.
Features
-
Tree View β Navigate complex nested CBOR
structures visually
-
Diagnostic Notation β View CBOR in human-readable
format
-
Annotated Hex β Understand byte-level encoding
with annotations
-
Instant Decoding β Process CBOR data directly in
your browser
How to Use
- Paste your CBOR data in hex, Base64, or plain text
- Click βDecodeβ to view the decoded structure
- Explore the interactive tree