Skip to main content

ASN.1 Viewer

v1.0.0

Parse and visualize ASN.1 DER/PEM encoded structures

Parses DER-encoded ASN.1 binary data (from PEM certificates or raw hex) and renders it as a human-readable tree — used to inspect X.509 certificates, keys, CRLs, and PKCS objects, all client-side.

How to use
  • Paste a PEM-wrapped certificate (-----BEGIN CERTIFICATE-----) or raw DER hex bytes into the input panel.
  • The parser supports SEQUENCE, SET, INTEGER, BIT STRING, OCTET STRING, OID, UTF8String, PrintableString, BOOLEAN, NULL, and context-specific tags.
  • Nested structures (BIT STRING and OCTET STRING containing inner DER) are automatically detected and expanded.
  • Use the Examples picker to load a sample SEQUENCE, RDN set, or full RSA public key certificate for quick testing.
Parsed ASN.1 tree will appear here