🔄Converters
CBOR to JSON (text) Converter
Explains CBOR (RFC 8949), its types and how to represent compact binary values in textual JSON.
CBOR (Concise Binary Object Representation, RFC 8949) é um formato binário compacto com modelo de dados semelhante ao JSON, mas com suporte a tipos como bytestrings, timestamps e bignum.
Para converter um arquivo CBOR em JSON texto use bibliotecas como cbor (Node) ou cbor2 (Python). Tipos sem equivalente direto (ex: bytestring) são representados em base64 ou hex.
Related Tools
🖼️
PDF to Images
Convert PDF pages to individual PNG images. Everything in your browser via pdf.js.
🎨
Pixel Art Converter
Convert an image to pixel art by reducing resolution and color palette. Stylized retro output.
💱
Currency Converter
Convert between major currencies (USD, EUR, BRL, GBP, JPY, ARS) using live rates from open.er-api.com.