วันพฤหัสบดีที่ 10 กันยายน พ.ศ. 2558

แปลงไบนารี่ โค๊ด เป็นข้อความ

จากบทความที่ แปลงข้อความเป็นไบนารี่  บทความนี้จะกลับกันนะครับ เป็นการแปลงไบนารี่เป็นข้อความ

ใส่ไบนารี่โค๊ด


ผลลัพท์จากการแปลง



โค๊ด ที่ใช้

<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>

1 ความคิดเห็น:

  1. ไม่ระบุชื่อ27 มีนาคม 2565 เวลา 02:58

    เรารัก คอมพิวเตอร์: แปลงไบนารี่ โค๊ด เป็นข้อความ >>>>> Download Now

    >>>>> Download Full

    เรารัก คอมพิวเตอร์: แปลงไบนารี่ โค๊ด เป็นข้อความ >>>>> Download LINK

    >>>>> Download Now

    เรารัก คอมพิวเตอร์: แปลงไบนารี่ โค๊ด เป็นข้อความ >>>>> Download Full

    >>>>> Download LINK

    ตอบลบ