var str = 'null', o = '', i = 0; for(; i < str.length; i++) o += '%' + str.charCodeAt(i).toString(16); alert(o)