ASCII Codes

Code help, language discussions, and software development advice.
Post Reply
Tebow2000
Registered User
Posts: 1099
Joined: January 19th, 2004, 7:56 am
Location: New Orleans, Louisiana
Contact:

ASCII Codes

Post by Tebow2000 »

00110000 = 0
00110001 = 1
00110010 = 2
00110011 = 3
00110100 = 4
00110101 = 5
00110110 = 6
00110111 = 7
00111000 = 8
00111011 = 9

01000001 = A
01000010 = B
01000011 = C
01000100 = D
01000101 = E
01000110 = F
I will finsh the rest tomorrow.. To lazy... Or someone else can do it :)
Redcode Hosting redcodehosting.com | Unix Shared Hosting | sales[aT]redcodehosting[dOt]com
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am
Contact:

Post by Smartweb »

Post Reply