String length in Bytes
npm install stringbitlength
var l = require('stringbitlength'); var s = "你好abc"; console.log(l(s)); //7