How to display nodejs raw Buffer data as Hex string December 19, 2022 by Tarik This code will show the data buffer as a hex string: buff.toString('hex');