decode raw data to string nodejs

const rawBuffer = Buffer.from('7261772044617461203d20307839366566636361663630373832', 'hex'); const decodedString = rawBuffer.toString('utf8');