The character set on the database named EBCDIC273_0E is intended as a basic EBCDIC character set consisting of one byte per character. Architecturally, the EBCDIC encoding scheme consists of 256 possible values (codepoints) represented as hexadecimal values in the range X'00' to X'FF'.
x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8 | x9 | xA | xB | xC | xD | xE | xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x | NUL | SOH | STX | ETX | ST | HT | SSA | DEL | EPA | RI | SS2 | VT | FF | CR | SO | SI |
1x | DLE | DC1 | DC2 | DC3 | OSC | BS | ESA | CAN | EM | PU2 | SS3 | IS4 | IS3 | IS2 | IS1 | |
2x | LF | ETB | ESC | HTS | HTJ | VTS | PLD | PLU | ENQ | ACK | BEL | |||||
3x | DCS | PU1 | SYN | STS | CCH | MW | SPA | EOT | SOS | UC1 | SCI | CSI | DC4 | NAK | PM | |
4x | SP | RSP | â | { | à | á | ã | å | ç | ñ | Ä | · | < | ( | + | ! |
5x | & | é | ê | ë | è | í | î | ï | ì | ~ | Ü | $ | * | ) | ; | ^ |
6x | - | / | Â | [ | À | Á | Ã | Å | Ç | Ñ | ö | ¸ | % | _ | > | ? |
7x | ø | É | Ê | Ë | È | Í | Î | Ï | Ì | ` | : | # | § | ' | = | " |
8x | Ø | a | b | c | d | e | f | g | h | i | « | » | ð | ý | þ | ± |
9x | ° | j | k | l | m | n | o | p | q | r | ª | ° | æ | ¸ | Æ | € |
Ax | μ | ß | s | t | u | v | w | x | y | z | ¡ | ¿ | Ð | Ý | Þ | ® |
Bx | ¢ | £ | ¥ | · | © | @ | ¶ | ¼ | ½ | ¾ | ¬ | | | — | ¨ | ´ | ¥ |
Cx | ä | A | B | C | D | E | F | G | H | I | SHY | ô | ¦ | ò | ó | õ |
Dx | ü | J | K | L | M | N | O | P | Q | R | ı | û | } | ù | ú | ÿ |
Ex | Ö | ÷ | S | T | U | V | W | X | Y | Z | ² | Ô | \ | Ò | Ó | Õ |
Fx | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | ³ | Û | ] | Ù | Ú | APC |
Control character codepoints | ||||||||||||||||
Reserved codepoints |
The database rejects character data containing any reserved codepoint and does not identify which invalid codepoint was present.
While graphic characters adhere to the standard definition for IBM code page 0273, the control characters and Eight Ones character do not because a non-EBCDIC control character appears in the range reserved for control characters, all common control characters are not present, and a non-EBCDIC control character replaces the Eight Ones character.
No special processing is performed by the database for control characters. This includes the Shift Out control character since all codepoints are single-byte. Similarly, the non-EBCDIC control characters Single Shift Two and Single Shift Three imply nothing about subsequent codepoints.