<br />進位轉換<p>10進位<input id="txt10a" onkeyup="showNum16();" type="text"> > 16進位<input id="txt16a" type="text"><br /> <br />16進位<input id="txt16b" onkeyup="showNum10();" type="text"> > 10進位<input id="txt10b" type="text"></p>編碼轉換<p>數字<input id="txtNum1" onkeyup="showChar();" type="text" value="22221"> > 字元<input id="txtChar1" type="text" value="囍"><br /> <br />字元<input id="txtChar2" onkeyup="showCharNum();" type="text"> > 數字<input id="txtNum2" type="text"></p>HTML中可使用<br /><strong style="color: blue;">囍</strong> 表示<br /><strong style="color: blue;">囍</strong>字元編碼表<table style="border-collapse: collapse;" border="2" cellpadding="4"><tbody><tr><th>名稱</th><th>範圍</th><th>數量</th><th>查看</th></tr><tr><td>漢字</td><td>19968~40869</td><td>20902</td><td>查看</td></tr><tr><td>常用符號、數字、字元</td><td>33~126</td><td>94</td><td>查看</td></tr><tr><td>數字</td><td>48~57</td><td>10</td><td>查看</td></tr><tr><td>大寫字母</td><td>65~90</td><td>26</td><td>查看</td></tr><tr><td>小寫字母</td><td>97~122</td><td>26</td><td>查看</td></tr><tr><td colspan="4">更多參考資料:編碼錶</td></tr></tbody></table>字元:<input id="txtBegin" type="text"> ~ <input id="txtEnd" type="text"><input id="btnQuery" onclick="btnQuery_onclick();" type="button" value="查 詢"><br />小字<br />中字<br />大字<br />共0個<br /><br />載入中...<p><textarea id="txtCharContent" style="width: 600px; height: 300px; font-size: 30px;">
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]