Code Page Mapping

x0x1x2x3x4x5 x6x7x8x9xAxB xCxDxExF
0x ø  
1x   
2x !"# $%&'() *+,- ./
3x 0123 4567 89:;<= >?
4x @A BCDEFG HIJK LMNO
5x PQRSTU VWXYZ[ \]^_
6x `abcde fghi jklmno
7x pqrs tuvwxy z{|} ~
8x ƒ ˆŠŒ Ž
9x  ˜š œžŸ
Ax  ¡¢£¤¥ ¦§¨©ª« ¬­®¯
Bx °±²³´µ ·¸¹ º»¼½¾¿
Cx ÀÁÂÃ ÄÅÆÇÈÉ ÊËÌÍ ÎÏ
Dx ÐÑÒÓ ÔÕÖ× ØÙÚÛÜÝ Þß
Ex àá âãäåæç èéêë ìíîï
Fx ðñòóôõ ö÷øùúû üýþÿ
x'20' is an ASCII space character.

Strictly speaking, ASCII is a 7-bit character code. This is a super-set of ASCII as interpreted by your browser - normally Latin-1 (ISO 8859-1).

See also HTML Markup - Latin 1.

Control Characters

DecimalHexAcronymMeaning
0000NULNull
0101SOHStart of heading
0202STXStart of text
0303ETXEnd of text
0404EOTEnd of transmission
0505ENQEnquiry
0606ACKAcknowlege
0707BELBell
0808BSBackspace
0909HTHorizontal tab
100ALFLine feed
110BVTVertical tab
120CFFForm feed
130DCRCarriage return
140ESOShift out
150FSIShift in
1610DLEData link escape
1711DC1Device control
1812DC2Device control
1913DC3Device control
2014DC4Device control
2115NAKNegative Acknowledge
2216SYNSynchronous idle
2317ETBEnd of transmission block
2418CANCancel
2519EMEnd of medium
261ASUBSubstitute
271BESCEscape
281CFSField separator
291DGSGroup separator
301ERSRecord separator
311FUSUnit character

Big Iron