function inti(){
var temp="6668913&dflkewiofsdlfhewjl";
var ByteCount =0;
for (i=0;i<temp.length;i++){
ByteCount = temp.charCodeAt(i);
if(ByteCount.length==1){
ByteCount ="0"+ByteCount
}
ByteCount = ByteCount.toString(16).toUpperCase();
document.getElementById('result').innerHTML +=ByteCount ;
}
}