|
Lydong
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
『楼 主』:
ASCII编码表
使用 LLM 解释/回答一下
现在在网上找的ASCII编码表大多没有特殊控制符号,所以自己做了一个送给大家
在DOS中,所有的ASCII字符都可以用ALT+小键盘上的数字键输入.如用ALT+10 输入换行符,ALT+13输入回车...
Last edited by Lydong on 2006-2-4 at 14:58 ]
Nowadays, most of the ASCII code tables found online lack special control symbols, so I made one myself and give it to everyone. In DOS, all ASCII characters can be entered using ALT + the number keys on the numeric keypad. For example, ALT + 10 enters the line feed character, ALT + 13 enters the carriage return...
Last edited by Lydong on 2006-2-4 at 14:58 ]
附件
1: ASCII-1.GIF (2006-2-4 16:57, 38.46 KiB, 下载附件所需积分 1 点
,下载次数: 101)
附件
2: ASCII-2.GIF (2006-2-4 17:51, 27.26 KiB, 下载附件所需积分 1 点
,下载次数: 76)
|

欢迎大家观临我的个人主页:
http://dosdiy.bluepc.com.cn/
http://dosdiy.ys168.com/
EMAIL: lydong@china.com.cn lydong@yeah.net
----------------------------------------------
|
|
2006-1-30 17:50 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
我平时查ASCII码都是从 QB 的帮助文件或 DOS Navigator 上找的。这个表格做得很漂亮啊,版主!很像DOS教材上的表格。我来顶一下。
不知那些控制符是从哪里来的?是版主自己画的?
I usually look up ASCII codes from QB's help files or DOS Navigator. This table is very beautiful, moderator! It's very much like the table in a DOS textbook. I'll give it a thumbs up.
I wonder where those control characters come from? Did the moderator draw them himself?
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2006-1-30 22:41 |
|
|
Lydong
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
|
2006-1-30 22:58 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
Re Lydong:
不错的主题,希望继续充实其中的内容。
其实,关于 ASCII 码表的源流歧变和排列规律有很多资源和信息可以参考的,在这里提供两则建议:
1、将 ASCII 码表与 扩展 ASCII 码表分开,因为二者并非同一组织 ANSI 制定(前者是 ANSI ,为世界广泛采用,个别稍有差异;后者为 IBM,在其产品线 PC 机上相当流行,但同时也有其它组织制定与此不同的码表),而且适用的场合也有很大差异,同时也有利于图片的显示和浏览。
2、码表中有一种列码映射没有提到,那就是 0/1 列与 4/5 列的映射,从 00h 到 1Fh 可分别对应为 Ctrl+@(^@), Ctrl+A(^A), Ctrl+B(^B), ... ,Ctrl+Z(^Z), Ctrl+[(^\), Ctrl+\(^\),...。也就是说控制字符Nul,可通过Ctrl+@为输入,屏幕显示为^@,转义作用仍然是空字符。
Re Lydong:
Nice topic, hope to continue to enrich the content in it.
In fact, there are many resources and information to refer to about the origin, divergence and arrangement rules of the ASCII code table. Here are two suggestions:
1. Separate the ASCII code table from the extended ASCII code table, because they are not formulated by the same organization ANSI (the former is ANSI, widely adopted in the world, with minor differences; the latter is IBM, quite popular on its PC product line, but there are also other organizations formulating different code tables), and the applicable occasions are also very different, and it is also conducive to the display and browsing of pictures.
2. There is a column code mapping in the code table that is not mentioned, that is, the mapping between column 0/1 and column 4/5. From 00h to 1Fh, they can be respectively corresponding to Ctrl+@(^@), Ctrl+A(^A), Ctrl+B(^B), ..., Ctrl+Z(^Z), Ctrl+
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2006-1-31 14:06 |
|
|
Lydong
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
|
2006-2-1 02:48 |
|
|
zrh4019
初级用户
 
积分 39
发帖 12
注册 2005-7-24
状态 离线
|
|
2006-2-3 11:53 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
Re zrh4019:
MSDN 的基本ASCII码和扩展ASCII码表曾经看过,算是比较贴近DOS的了。推荐大家也看一看,并与本版的码表比较一下异同。
另外一个比较有用的身边的码表资源,那就是“附件”中“字符映射表”,选择“高级查看”后,再选择与DOS有关的字符集,然后更换字体,会发现不同字体对码表的支持存在相当大的差异。
ASCII 字符代码图表1
ASCII 字符代码图表2
Last edited by willsort on 2006-2-3 at 19:41 ]
Re zrh4019:
The basic ASCII and extended ASCII code tables from MSDN have been seen before, which are relatively close to DOS. It is recommended that everyone also take a look and compare the similarities and differences with the code tables in this version.
Another relatively useful code table resource around is the "Character Map" in "Accessories". After selecting "Advanced View", then select the character set related to DOS, and then change the font, you will find that there are quite large differences in the support of code tables by different fonts.
ASCII Character Code Chart 1
ASCII Character Code Chart 2
Last edited by willsort on 2006-2-3 at 19:41 ]
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2006-2-3 19:40 |
|
|
Lydong
元老会员
        
积分 1468
发帖 407
注册 2002-10-21 来自 广州
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by zrh4019 at 2006-2-3 11:53 AM:
可以参看MSDN
参考了MSDN的“ASCII 字符代码图表”,对上表做了一点修改,见。
Originally posted by zrh4019 at 2006-2-3 11:53 AM:
You can refer to MSDN
Referenced the "ASCII Character Code Chart" in MSDN, made a little modification to the above table, see .
|

欢迎大家观临我的个人主页:
http://dosdiy.bluepc.com.cn/
http://dosdiy.ys168.com/
EMAIL: lydong@china.com.cn lydong@yeah.net
----------------------------------------------
|
|
2006-2-4 15:38 |
|
|
SimthRoy
新手上路

积分 2
发帖 1
注册 2006-2-9 来自 广东
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
以前学过,复习复习.....
Learned to, review and revise.....
|
|
2006-2-9 00:07 |
|
|
hxuan999
中级用户
   DOS之日
积分 337
发帖 161
注册 2006-11-4
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
积累,再积累,学习,再学习
Accumulate, and then accumulate; study, and then study
|

for /f %%h in (`echo hxuan`) do for /f %%x in (`echo hxuan`) do if %%h==%%x nul |
|
2006-11-23 06:46 |
|
|
gne3
高级用户
    DOS学徒
积分 526
发帖 252
注册 2007-2-12
状态 离线
|
|
2007-2-14 08:44 |
|
|
vk
中级用户
  
积分 218
发帖 86
注册 2006-8-10
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
好东西 已收藏
感谢LZ
Good stuff, already collected. Thanks to the LZ
|

 |
|
2007-2-15 09:31 |
|
|
wzzc
新手上路

积分 2
发帖 1
注册 2007-2-16
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
不错,很好,下载学习了.
Good, very good, downloaded and studied.
|
|
2007-2-16 04:35 |
|
|
wangmeng052
中级用户
  
积分 334
发帖 154
注册 2007-3-24
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
我是菜鸟,这个东东有何用呢?
I'm a newbie, what's the use of this thing?
|
|
2007-3-27 10:58 |
|
|
jasv780605
新手上路

积分 4
发帖 2
注册 2007-1-26
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
比如以前dos时代。编写软件的字符界面。。。
For example, in the previous DOS era. The character interface for writing software...
|
|
2007-12-6 09:50 |
|