Anna Henningsen · @addaleax · she/her JS Character Encodings

For character encodings, string → bytes is encoding and bytes → string is decoding For text-to-binary encodings, string → bytes is decoding and bytes → string is encoding So, depending on the parameters Buffer.from() can encode or decode, and buffer.toString() can decode or encode 46 ................
................