StringDecoder var decoder = new StringDecoder('utf8');var cent = new Buffer([0xC2, 0xA2]);console.log(decoder.write(euro)); decoder.end()