Cara mengonversi data ke UTF-8 di node.js
res.send(data.toString("utf8"));
SAMER SAEID
res.send(data.toString("utf8"));