unsigned 32bit int, big endian, base64 encoded.
A | B | C | D | E |
---|---|---|---|---|
10 | 001010000000 | 0101 | 00010010 | 000 |
- A: ( ͡° ͜ʖ ͡°)
- B: Level, from 1 to 12. In example, it means "level 3 or 5"
- C: ( ͡° ͜ʖ ͡°)
- D: Clear lamp. NO PLAY / FAIL / A-CLEAR / E-CLEAR / CLEAR / H-CLEAR / EXH-CLEAR / F-COMBO. In example, it means "E-CLEAR or EXH-CLEAR"
- E: ( ͡° ͜ʖ ͡°)
http://iidx.me/x-nuk/sp/search?search=EBAoIA
means
node> Buffer.from('EBAoIA', 'base64').readUInt32BE(0,4).toString(2)
'10000000100000010100000100000'
so
10 000000100000 0101 00000100 000
Level 7 H-CLEAR