ASN.1 Decoder
ASN.1 Decoder by: [ manaslu_eiger@yahoo.co.jp ]
Hosted at: [ www.geocities.co.jp/SiliconValley-SanJose/3377/asn1JS.js ]
Some oids have been added to the default oid list.
Input
Output

OIDs
Input can be:
 30 03 02 01 ff ..	(HEX string)
 30030201ff..		(HEX string, without space)
 30 03 02 01 FF ..	(HEX string, upper case)
 30030201FF..		(HEX string, without space, upper case)
 Q2hhbmdlIHRoZSBzY3J..	(BASE64)

Any carriage-returns, line-feeds, and tabs can be used instead of space. They'll be ignored.

(In case of HEX string with space) Each token must have 2 digits even if being less than 16.