English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
2

Can anybode send to me all of ASCII codes and their ralating characters?
(my email is mosaddeq@fastermail.com)
- Or any website including the list of ASCII codes.

2006-09-09 07:24:13 · 5 answers · asked by Mosaddeq D 1 in Computers & Internet Programming & Design

5 answers

It is also possible to directly embed an ASCII code within a string. For example the character 'K' is represented by the hexadecimal ASCII code 4B and can be embedded in a string as "\x4B". Most systems will support this type of encoding beyond the constraints of ASCII and allow full 8-bit character sets. So for example on Windows, to get a copyright sign '©' you can embed '\xA9'.

2016-03-27 04:10:40 · answer #1 · answered by Katherine 4 · 0 0

ASCII codes can easily printed out and tabulated by any programming language. Do it that way.

Starting with '!' as first printable ASCII character.

2006-09-09 09:44:36 · answer #2 · answered by Andy T 7 · 0 0

I've actually seen the list somewhere in XP but I don't remember where I saw it. I have it printed out so I can use the special characters but I don't have it online or I'd send it to you.

2006-09-09 07:29:18 · answer #3 · answered by Anonymous · 0 0

American Standard Code for Information Interchange I think.

do a google search,

2006-09-09 07:26:47 · answer #4 · answered by kurticus1024 7 · 0 0

agreed. alot of people on here need to GOOGLE there inquiries and they will find what there looking for.

2006-09-09 07:28:31 · answer #5 · answered by Big-Tony 4 · 2 0

fedest.com, questions and answers