Как преобразовать данные в UTF-8 в node.js
res.send(data.toString("utf8"));
SAMER SAEID
res.send(data.toString("utf8"));