<p>unicode编码转ascll码 (American Standard Code for Information Interchange,美国标准信息交换码) </p><p>用以下方法,所有文字符号都可以进行转换的。</p><p></p><p>1.</p><p>开始>附件>系统工具>字符映射表 <br/>选择宋体,点高级,输入你要的字,可以查出16进制值,如"我",U+6211,6211即为16进制值,再转成10进制:6*16^3+2*16^2+1*16+1=25105,按Alt+25105即可打出"我"</p><p></p><p></p><p></p><p></p><p>2.这样一个个算累的很。去这个网页可以转换 <a href="http://www.ljxj.com/qqqm/Unicode.html" target="_blank">http://www.ljxj.com/qqqm/Unicode.html</a>
<br/></p>