ใส่ไบนารี่โค๊ด
ผลลัพท์จากการแปลง
โค๊ด ที่ใช้
<br />
Input Binary Code<br />
<textarea autofocus="" class="inputBinary" id="inputBinary" style="heigth: 250px; width: 350px;">01001000 01100101 01100001 01110010 01110100</textarea>
<br />
Output String <br />
<textarea class="outputBinary" id="outputText" readonly="" style="heigth: 250px; width: 350px;"></textarea>
<br />
<input onclick="BinToText()" type="button" value="Convert" />
<script type="text/javascript">
function BinToText() {
var input = document.getElementById("inputBinary").value.toString().split(' ');
if(input =="")
{
alert("ใส่ไบนารี่โค๊ด");
document.getElementById("inputBinary").focus();
retrun ;
}
var str =""
for(var i=0 ;i<input.length;i++)
{
str= str+ String.fromCharCode(parseInt(input[i], 2).toString(10))+"";
}
document.getElementById("outputText").value = str;
}
</script>
เรารัก คอมพิวเตอร์: แปลงไบนารี่ โค๊ด เป็นข้อความ >>>>> Download Now
ตอบลบ>>>>> Download Full
เรารัก คอมพิวเตอร์: แปลงไบนารี่ โค๊ด เป็นข้อความ >>>>> Download LINK
>>>>> Download Now
เรารัก คอมพิวเตอร์: แปลงไบนารี่ โค๊ด เป็นข้อความ >>>>> Download Full
>>>>> Download LINK