Nodejs StringDecoder The StringDecoder is a built-in module in Node.js that provides a way to decode a stream of binary data into strings.
It is particularly useful when working with streams that contain multibyte characters,
such as binary data or non-UTF-8 encoded text.