node.js - nodejs convert string like php pack function -


i trying convert string ascii

in php:

>>> pack('h*', '123') => "\x120" 

how same thing in nodejs?

i trying use https://github.com/peze/node-pack package pack result following :

> pack.pack('h*', '123')   outputpos=2 <buffer 12 30> 


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -