Como converter dados para UTF-8 em Node.js
res.send(data.toString("utf8"));
SAMER SAEID
res.send(data.toString("utf8"));