EBCDIC Character Table
Complete reference of all 256 EBCDIC (Extended Binary Coded Decimal Interchange Code) positions. EBCDIC is an 8-bit encoding developed by IBM in 1963 for mainframe systems. Unlike ASCII, letters are arranged in non-contiguous groups and digits occupy positions 240-249.
This table shows 178 assigned code points and 78 unassigned positions in the base EBCDIC encoding. Each entry includes decimal, hexadecimal, octal, and binary representations.
256 total
Control Characters
| Dec | Hex | Char | Description | |
|---|---|---|---|---|
| 0 | 0x00 | NUL | Null | |
| 1 | 0x01 | SOH | Start of Heading | |
| 2 | 0x02 | STX | Start of Text | |
| 3 | 0x03 | ETX | End of Text | |
| 4 | 0x04 | SEL | Select | |
| 5 | 0x05 | HT | Horizontal Tab | |
| 6 | 0x06 | RNL | Required New Line | |
| 7 | 0x07 | DEL | Delete | |
| 8 | 0x08 | GE | Graphic Escape | |
| 9 | 0x09 | SPS | Superscript | |
| 10 | 0x0A | RPT | Repeat | |
| 11 | 0x0B | VT | Vertical Tab | |
| 12 | 0x0C | FF | Form Feed | |
| 13 | 0x0D | CR | Carriage Return | |
| 14 | 0x0E | SO | Shift Out | |
| 15 | 0x0F | SI | Shift In | |
| 16 | 0x10 | DLE | Data Link Escape | |
| 17 | 0x11 | DC1 | Device Control 1 | |
| 18 | 0x12 | DC2 | Device Control 2 | |
| 19 | 0x13 | DC3 | Device Control 3 | |
| 20 | 0x14 | RES | Restore | |
| 21 | 0x15 | NL | New Line | |
| 22 | 0x16 | BS | Backspace | |
| 23 | 0x17 | POC | Program-Operator Communication | |
| 24 | 0x18 | CAN | Cancel | |
| 25 | 0x19 | EM | End of Medium | |
| 26 | 0x1A | UBS | Unit Backspace | |
| 27 | 0x1B | CU1 | Customer Use 1 | |
| 28 | 0x1C | IFS | Interchange File Separator | |
| 29 | 0x1D | IGS | Interchange Group Separator | |
| 30 | 0x1E | IRS | Interchange Record Separator | |
| 31 | 0x1F | IUS | Interchange Unit Separator | |
| 32 | 0x20 | DS | Digit Select | |
| 33 | 0x21 | SOS | Start of Significance | |
| 34 | 0x22 | FS | Field Separator | |
| 35 | 0x23 | WUS | Word Underscore | |
| 36 | 0x24 | BYP | Bypass | |
| 37 | 0x25 | LF | Line Feed | |
| 38 | 0x26 | ETB | End of Transmission Block | |
| 39 | 0x27 | ESC | Escape | |
| 40 | 0x28 | SA | Set Attribute | |
| 41 | 0x29 | SFE | Start Field Extended | |
| 42 | 0x2A | SM | Set Mode | |
| 43 | 0x2B | CSP | Control Sequence Prefix | |
| 44 | 0x2C | MFA | Modify Field Attribute | |
| 45 | 0x2D | ENQ | Enquiry | |
| 46 | 0x2E | ACK | Acknowledge | |
| 47 | 0x2F | BEL | Bell | |
| 50 | 0x32 | SYN | Synchronous Idle | |
| 51 | 0x33 | IR | Index Return | |
| 52 | 0x34 | PP | Presentation Position | |
| 53 | 0x35 | TRN | Transparent | |
| 54 | 0x36 | NBS | Numeric Backspace | |
| 55 | 0x37 | EOT | End of Transmission | |
| 56 | 0x38 | SBS | Subscript | |
| 57 | 0x39 | IT | Indent Tab | |
| 58 | 0x3A | RFF | Required Form Feed | |
| 59 | 0x3B | CU3 | Customer Use 3 | |
| 60 | 0x3C | DC4 | Device Control 4 | |
| 61 | 0x3D | NAK | Negative Acknowledge | |
| 63 | 0x3F | SUB | Substitute |
Printable Characters
| Dec | Hex | Char | Description | |
|---|---|---|---|---|
| 64 | 0x40 | SP | Space | |
| 65 | 0x41 | Â | Latin capital letter A with circumflex | |
| 66 | 0x42 | Ä | Latin capital letter A with diaeresis | |
| 67 | 0x43 | À | Latin capital letter A with grave | |
| 68 | 0x44 | Á | Latin capital letter A with acute | |
| 69 | 0x45 | Ã | Latin capital letter A with tilde | |
| 70 | 0x46 | Å | Latin capital letter A with ring above | |
| 71 | 0x47 | Ç | Latin capital letter C with cedilla | |
| 72 | 0x48 | Ñ | Latin capital letter N with tilde | |
| 73 | 0x49 | ¢ | Cent sign | |
| 74 | 0x4A | . | Full stop / Period | |
| 75 | 0x4B | < | Less-than sign | |
| 76 | 0x4C | ( | Left parenthesis | |
| 77 | 0x4D | + | Plus sign | |
| 78 | 0x4E | ! | Exclamation mark | |
| 79 | 0x4F | & | Ampersand | |
| 80 | 0x50 | é | Latin small letter e with acute | |
| 81 | 0x51 | ê | Latin small letter e with circumflex | |
| 82 | 0x52 | ë | Latin small letter e with diaeresis | |
| 83 | 0x53 | è | Latin small letter e with grave | |
| 84 | 0x54 | í | Latin small letter i with acute | |
| 85 | 0x55 | î | Latin small letter i with circumflex | |
| 86 | 0x56 | ï | Latin small letter i with diaeresis | |
| 87 | 0x57 | ì | Latin small letter i with grave | |
| 88 | 0x58 | ß | Latin small letter sharp s | |
| 89 | 0x59 | ! | Exclamation mark | |
| 90 | 0x5A | $ | Dollar sign | |
| 91 | 0x5B | * | Asterisk | |
| 92 | 0x5C | ) | Right parenthesis | |
| 93 | 0x5D | ; | Semicolon | |
| 94 | 0x5E | ~ | Tilde | |
| 95 | 0x5F | - | Hyphen-minus | |
| 96 | 0x60 | / | Slash | |
| 97 | 0x61 | Â | Latin capital letter A with circumflex | |
| 98 | 0x62 | Ä | Latin capital letter A with diaeresis | |
| 99 | 0x63 | À | Latin capital letter A with grave | |
| 100 | 0x64 | Á | Latin capital letter A with acute | |
| 101 | 0x65 | Ã | Latin capital letter A with tilde | |
| 106 | 0x6A | | | Vertical bar | |
| 107 | 0x6B | , | Comma | |
| 108 | 0x6C | % | Percent sign | |
| 109 | 0x6D | _ | Low line | |
| 110 | 0x6E | > | Greater-than sign | |
| 111 | 0x6F | ? | Question mark | |
| 121 | 0x79 | ` | Grave accent | |
| 122 | 0x7A | : | Colon | |
| 123 | 0x7B | # | Number sign | |
| 124 | 0x7C | @ | At sign | |
| 125 | 0x7D | ' | Apostrophe | |
| 126 | 0x7E | = | Equals sign | |
| 127 | 0x7F | " | Quotation mark | |
| 129 | 0x81 | a | Latin small letter a | |
| 130 | 0x82 | b | Latin small letter b | |
| 131 | 0x83 | c | Latin small letter c | |
| 132 | 0x84 | d | Latin small letter d | |
| 133 | 0x85 | e | Latin small letter e | |
| 134 | 0x86 | f | Latin small letter f | |
| 135 | 0x87 | g | Latin small letter g | |
| 136 | 0x88 | h | Latin small letter h | |
| 137 | 0x89 | i | Latin small letter i | |
| 145 | 0x91 | j | Latin small letter j | |
| 146 | 0x92 | k | Latin small letter k | |
| 147 | 0x93 | l | Latin small letter l | |
| 148 | 0x94 | m | Latin small letter m | |
| 149 | 0x95 | n | Latin small letter n | |
| 150 | 0x96 | o | Latin small letter o | |
| 151 | 0x97 | p | Latin small letter p | |
| 152 | 0x98 | q | Latin small letter q | |
| 153 | 0x99 | r | Latin small letter r | |
| 161 | 0xA1 | ~ | Tilde | |
| 162 | 0xA2 | s | Latin small letter s | |
| 163 | 0xA3 | t | Latin small letter t | |
| 164 | 0xA4 | u | Latin small letter u | |
| 165 | 0xA5 | v | Latin small letter v | |
| 166 | 0xA6 | w | Latin small letter w | |
| 167 | 0xA7 | x | Latin small letter x | |
| 168 | 0xA8 | y | Latin small letter y | |
| 169 | 0xA9 | z | Latin small letter z | |
| 192 | 0xC0 | { | Left curly bracket | |
| 193 | 0xC1 | A | Latin capital letter A | |
| 194 | 0xC2 | B | Latin capital letter B | |
| 195 | 0xC3 | C | Latin capital letter C | |
| 196 | 0xC4 | D | Latin capital letter D | |
| 197 | 0xC5 | E | Latin capital letter E | |
| 198 | 0xC6 | F | Latin capital letter F | |
| 199 | 0xC7 | G | Latin capital letter G | |
| 200 | 0xC8 | H | Latin capital letter H | |
| 201 | 0xC9 | I | Latin capital letter I | |
| 208 | 0xD0 | } | Right curly bracket | |
| 209 | 0xD1 | J | Latin capital letter J | |
| 210 | 0xD2 | K | Latin capital letter K | |
| 211 | 0xD3 | L | Latin capital letter L | |
| 212 | 0xD4 | M | Latin capital letter M | |
| 213 | 0xD5 | N | Latin capital letter N | |
| 214 | 0xD6 | O | Latin capital letter O | |
| 215 | 0xD7 | P | Latin capital letter P | |
| 216 | 0xD8 | Q | Latin capital letter Q | |
| 217 | 0xD9 | R | Latin capital letter R | |
| 224 | 0xE0 | \ | Backslash | |
| 226 | 0xE2 | S | Latin capital letter S | |
| 227 | 0xE3 | T | Latin capital letter T | |
| 228 | 0xE4 | U | Latin capital letter U | |
| 229 | 0xE5 | V | Latin capital letter V | |
| 230 | 0xE6 | W | Latin capital letter W | |
| 231 | 0xE7 | X | Latin capital letter X | |
| 232 | 0xE8 | Y | Latin capital letter Y | |
| 233 | 0xE9 | Z | Latin capital letter Z | |
| 240 | 0xF0 | 0 | Digit 0 | |
| 241 | 0xF1 | 1 | Digit 1 | |
| 242 | 0xF2 | 2 | Digit 2 | |
| 243 | 0xF3 | 3 | Digit 3 | |
| 244 | 0xF4 | 4 | Digit 4 | |
| 245 | 0xF5 | 5 | Digit 5 | |
| 246 | 0xF6 | 6 | Digit 6 | |
| 247 | 0xF7 | 7 | Digit 7 | |
| 248 | 0xF8 | 8 | Digit 8 | |
| 249 | 0xF9 | 9 | Digit 9 |
Unassigned Positions
| Dec | Hex | Char | Description | |
|---|---|---|---|---|
| 48 | 0x30 | - | Unassigned | |
| 49 | 0x31 | - | Unassigned | |
| 62 | 0x3E | - | Unassigned | |
| 102 | 0x66 | - | Unassigned | |
| 103 | 0x67 | - | Unassigned | |
| 104 | 0x68 | - | Unassigned | |
| 105 | 0x69 | - | Unassigned | |
| 112 | 0x70 | - | Unassigned | |
| 113 | 0x71 | - | Unassigned | |
| 114 | 0x72 | - | Unassigned | |
| 115 | 0x73 | - | Unassigned | |
| 116 | 0x74 | - | Unassigned | |
| 117 | 0x75 | - | Unassigned | |
| 118 | 0x76 | - | Unassigned | |
| 119 | 0x77 | - | Unassigned | |
| 120 | 0x78 | - | Unassigned | |
| 128 | 0x80 | - | Unassigned | |
| 138 | 0x8A | - | Unassigned | |
| 139 | 0x8B | - | Unassigned | |
| 140 | 0x8C | - | Unassigned | |
| 141 | 0x8D | - | Unassigned | |
| 142 | 0x8E | - | Unassigned | |
| 143 | 0x8F | - | Unassigned | |
| 144 | 0x90 | - | Unassigned | |
| 154 | 0x9A | - | Unassigned | |
| 155 | 0x9B | - | Unassigned | |
| 156 | 0x9C | - | Unassigned | |
| 157 | 0x9D | - | Unassigned | |
| 158 | 0x9E | - | Unassigned | |
| 159 | 0x9F | - | Unassigned | |
| 160 | 0xA0 | - | Unassigned | |
| 170 | 0xAA | - | Unassigned | |
| 171 | 0xAB | - | Unassigned | |
| 172 | 0xAC | - | Unassigned | |
| 173 | 0xAD | - | Unassigned | |
| 174 | 0xAE | - | Unassigned | |
| 175 | 0xAF | - | Unassigned | |
| 176 | 0xB0 | - | Unassigned | |
| 177 | 0xB1 | - | Unassigned | |
| 178 | 0xB2 | - | Unassigned | |
| 179 | 0xB3 | - | Unassigned | |
| 180 | 0xB4 | - | Unassigned | |
| 181 | 0xB5 | - | Unassigned | |
| 182 | 0xB6 | - | Unassigned | |
| 183 | 0xB7 | - | Unassigned | |
| 184 | 0xB8 | - | Unassigned | |
| 185 | 0xB9 | - | Unassigned | |
| 186 | 0xBA | - | Unassigned | |
| 187 | 0xBB | - | Unassigned | |
| 188 | 0xBC | - | Unassigned | |
| 189 | 0xBD | - | Unassigned | |
| 190 | 0xBE | - | Unassigned | |
| 191 | 0xBF | - | Unassigned | |
| 202 | 0xCA | - | Unassigned | |
| 203 | 0xCB | - | Unassigned | |
| 204 | 0xCC | - | Unassigned | |
| 205 | 0xCD | - | Unassigned | |
| 206 | 0xCE | - | Unassigned | |
| 207 | 0xCF | - | Unassigned | |
| 218 | 0xDA | - | Unassigned | |
| 219 | 0xDB | - | Unassigned | |
| 220 | 0xDC | - | Unassigned | |
| 221 | 0xDD | - | Unassigned | |
| 222 | 0xDE | - | Unassigned | |
| 223 | 0xDF | - | Unassigned | |
| 225 | 0xE1 | - | Unassigned | |
| 234 | 0xEA | - | Unassigned | |
| 235 | 0xEB | - | Unassigned | |
| 236 | 0xEC | - | Unassigned | |
| 237 | 0xED | - | Unassigned | |
| 238 | 0xEE | - | Unassigned | |
| 239 | 0xEF | - | Unassigned | |
| 250 | 0xFA | - | Unassigned | |
| 251 | 0xFB | - | Unassigned | |
| 252 | 0xFC | - | Unassigned | |
| 253 | 0xFD | - | Unassigned | |
| 254 | 0xFE | - | Unassigned | |
| 255 | 0xFF | - | Unassigned |
EBCDIC vs ASCII Comparison
Key differences between EBCDIC and ASCII character positions. The same character maps to completely different numeric values in each encoding.
| Character | ASCII Dec | ASCII Hex | EBCDIC Dec | EBCDIC Hex |
|---|---|---|---|---|
| Space | 32 | 0x20 | 64 | 0x40 |
| A | 65 | 0x41 | 193 | 0xC1 |
| Z | 90 | 0x5A | 233 | 0xE9 |
| a | 97 | 0x61 | 129 | 0x81 |
| z | 122 | 0x7A | 169 | 0xA9 |
| 0 | 48 | 0x30 | 240 | 0xF0 |
| 9 | 57 | 0x39 | 249 | 0xF9 |
Frequently Asked Questions
What is EBCDIC?
EBCDIC (Extended Binary Coded Decimal Interchange Code) is an 8-bit character encoding developed by IBM in 1963 for use on IBM mainframes and midrange systems. Unlike ASCII, EBCDIC arranges letters in non-contiguous groups and places digits at code points 240-249 rather than 48-57.
How does EBCDIC differ from ASCII?
EBCDIC and ASCII assign different numeric values to the same characters. In ASCII, the letter A is 65; in EBCDIC, A is 193. EBCDIC also splits the alphabet into non-contiguous ranges (A-I at 193-201, J-R at 209-217, S-Z at 226-233), while ASCII places A-Z in a single contiguous block at 65-90.
Is EBCDIC still used today?
Yes. EBCDIC remains in active use on IBM mainframe systems (z/OS, z/VM) and IBM midrange platforms (IBM i). Many financial institutions, government agencies, and large enterprises still run EBCDIC-based applications. Data exchange between mainframes and modern systems often requires EBCDIC-to-ASCII conversion.
Why are there gaps in the EBCDIC table?
The base EBCDIC table (Code Page 037/500) leaves many code points unassigned. IBM designed the encoding with room for national variants - different EBCDIC code pages fill these gaps with locale-specific characters. For example, Code Page 273 adds German characters, while Code Page 297 adds French characters.