index.js 281 B

1234567
  1. // const buf = Buffer.from('999', 'utf-8');
  2. // console.log(buf.length);
  3. // const hexString = buf.toString('hex');
  4. // const hexbuf = Buffer.from(hexString.padStart(8, '0'), 'hex');
  5. // console.log(hexbuf.toString('utf-8'));
  6. // console.log(Buffer.from([0xcdbf3c]).toString('utf-8'));