UtilityToolsLab

© 2026 UtilityToolsLab. Built and maintained by the UtilityToolsLab Team.

Free eBooks·About·Changelog·Privacy Policy·Terms of Service·Report a bug
HomeCode & DevASCII Table

Related Tools

JSON FormatterBase64UUID GeneratorJWT DecoderTimestampRegex TesterRandom JSON GeneratorAPI Load TesterJSON Diff CheckerJSON Path FinderSchema ValidatorXML FormatterHTML FormatterCSS FormatterCSS MinifierJS MinifierHTTP Status Codes

ASCII Table — Dec, Hex, Oct & Binary

Look up any of the 256 ASCII and Latin-1 characters by decimal, hex, octal, or binary, with full names, control abbreviations, and one-click copy.

You Might Also Like

All Code & Dev

JSON Formatter

Paste raw JSON to instantly format, beautify, validate and minify it. Syntax errors are pinpointed by line and column. Free and fully private.

Base64

Encode text or data to Base64 and decode Base64 strings back to readable text. A fast developer utility for API payloads, tokens and data URIs.

UUID Generator

Generate RFC 4122 compliant UUID v4 strings with one click, or batch-generate up to 100 unique IDs at once. Cryptographically random and free.

JWT Decoder

Decode and inspect JSON Web Tokens. View header, payload, and signature. Detects expiry and maps all registered JWT claims.

A byte is a number, and every text format eventually has to decide what number 65 means. ASCII settled it in 1963: 65 is the capital letter A. This table lists what all 256 byte values from 0 to 255 mean, spanning the original 128-value ASCII standard and the Latin-1 Supplement that fills the upper half with accented letters and symbols plain ASCII can't reach.

Each row shows the same byte in four notations at once: decimal, hexadecimal, octal and 8-bit binary, next to the character itself and its formal Unicode name. The first 32 codes and 127 have no printable glyph. Those rows show a three-letter abbreviation like LF or ESC instead, carried over from the original 1963 teletype control set.

Running the Search, Filters and Copy

  1. Type into the search box: a decimal number like 65, a hex byte like 41 or 0x41, part of a name like grave, or paste the character itself.
  2. Use the Control, Printable or Extended pills to narrow by range. The count on each pill updates live and doubles as a running tally.
  3. Combine a pill and search text together — click Extended, then type letter, to see only the accented Latin letters.
  4. Press Copy on any row. It copies the real character, or the raw control byte for non-printable rows, not a text label.

What It Accepts: ASCII Through Latin-1

Control (33 codes: 0–31 plus 127 DEL) and Printable (95 codes: 32–126) together make up the 128-value ASCII standard from 1963. Extended (128 codes: 128–255) is the Latin-1 Supplement: C1 control codes nobody actually types, followed by the accented Latin letters (À, é, ü) and symbols (§, ©, ×) that plain ASCII can't hold in a single byte. 256 rows total, all bundled as a static array with no network request.

What Happens When You Copy a Control Character

  • Copying a control row such as LF copies the real invisible byte, not the letters "LF". Pasting it into a plain-text field shows nothing, which is correct, not broken.
  • Eight control codes carry their classic C escape sequence in parentheses next to the name: \n, \t, \r and five others, because those are the ones a working programmer actually types by hand.
  • Pasting a single character that matches a glyph exactly, such as @, jumps straight to that one row through an exact-glyph match, separate from the substring name search.
  • A search with no matches, like zzz, shows "No characters match your search." rather than an empty page.

256 of 256 characters

DecHexOctBinaryCharNameCopy
00x0000000000000NULNull(\0)
10x0100100000001SOHStart of Heading
20x0200200000010STXStart of Text
30x0300300000011ETXEnd of Text
40x0400400000100EOTEnd of Transmission
50x0500500000101ENQEnquiry
60x0600600000110ACKAcknowledge
70x0700700000111BELBell(\a)
80x0801000001000BSBackspace(\b)
90x0901100001001HTHorizontal Tab(\t)
100x0A01200001010LFLine Feed(\n)
110x0B01300001011VTVertical Tab(\v)
120x0C01400001100FFForm Feed(\f)
130x0D01500001101CRCarriage Return(\r)
140x0E01600001110SOShift Out
150x0F01700001111SIShift In
160x1002000010000DLEData Link Escape
170x1102100010001DC1Device Control 1 (XON)
180x1202200010010DC2Device Control 2
190x1302300010011DC3Device Control 3 (XOFF)
200x1402400010100DC4Device Control 4
210x1502500010101NAKNegative Acknowledge
220x1602600010110SYNSynchronous Idle
230x1702700010111ETBEnd of Transmission Block
240x1803000011000CANCancel
250x1903100011001EMEnd of Medium
260x1A03200011010SUBSubstitute
270x1B03300011011ESCEscape
280x1C03400011100FSFile Separator
290x1D03500011101GSGroup Separator
300x1E03600011110RSRecord Separator
310x1F03700011111USUnit Separator
320x2004000100000␣Space
330x2104100100001!Exclamation Mark
340x2204200100010"Quotation Mark
350x2304300100011#Number Sign
360x2404400100100$Dollar Sign
370x2504500100101%Percent Sign
380x2604600100110&Ampersand
390x2704700100111'Apostrophe
400x2805000101000(Left Parenthesis
410x2905100101001)Right Parenthesis
420x2A05200101010*Asterisk
430x2B05300101011+Plus Sign
440x2C05400101100,Comma
450x2D05500101101-Hyphen-Minus
460x2E05600101110.Full Stop
470x2F05700101111/Solidus
480x30060001100000Digit Zero
490x31061001100011Digit One
500x32062001100102Digit Two
510x33063001100113Digit Three
520x34064001101004Digit Four
530x35065001101015Digit Five
540x36066001101106Digit Six
550x37067001101117Digit Seven
560x38070001110008Digit Eight
570x39071001110019Digit Nine
580x3A07200111010:Colon
590x3B07300111011;Semicolon
600x3C07400111100<Less-Than Sign
610x3D07500111101=Equals Sign
620x3E07600111110>Greater-Than Sign
630x3F07700111111?Question Mark
640x4010001000000@Commercial At
650x4110101000001ALatin Capital Letter A
660x4210201000010BLatin Capital Letter B
670x4310301000011CLatin Capital Letter C
680x4410401000100DLatin Capital Letter D
690x4510501000101ELatin Capital Letter E
700x4610601000110FLatin Capital Letter F
710x4710701000111GLatin Capital Letter G
720x4811001001000HLatin Capital Letter H
730x4911101001001ILatin Capital Letter I
740x4A11201001010JLatin Capital Letter J
750x4B11301001011KLatin Capital Letter K
760x4C11401001100LLatin Capital Letter L
770x4D11501001101MLatin Capital Letter M
780x4E11601001110NLatin Capital Letter N
790x4F11701001111OLatin Capital Letter O
800x5012001010000PLatin Capital Letter P
810x5112101010001QLatin Capital Letter Q
820x5212201010010RLatin Capital Letter R
830x5312301010011SLatin Capital Letter S
840x5412401010100TLatin Capital Letter T
850x5512501010101ULatin Capital Letter U
860x5612601010110VLatin Capital Letter V
870x5712701010111WLatin Capital Letter W
880x5813001011000XLatin Capital Letter X
890x5913101011001YLatin Capital Letter Y
900x5A13201011010ZLatin Capital Letter Z
910x5B13301011011[Left Square Bracket
920x5C13401011100\Reverse Solidus
930x5D13501011101]Right Square Bracket
940x5E13601011110^Circumflex Accent
950x5F13701011111_Low Line
960x6014001100000`Grave Accent
970x6114101100001aLatin Small Letter a
980x6214201100010bLatin Small Letter b
990x6314301100011cLatin Small Letter c
1000x6414401100100dLatin Small Letter d
1010x6514501100101eLatin Small Letter e
1020x6614601100110fLatin Small Letter f
1030x6714701100111gLatin Small Letter g
1040x6815001101000hLatin Small Letter h
1050x6915101101001iLatin Small Letter i
1060x6A15201101010jLatin Small Letter j
1070x6B15301101011kLatin Small Letter k
1080x6C15401101100lLatin Small Letter l
1090x6D15501101101mLatin Small Letter m
1100x6E15601101110nLatin Small Letter n
1110x6F15701101111oLatin Small Letter o
1120x7016001110000pLatin Small Letter p
1130x7116101110001qLatin Small Letter q
1140x7216201110010rLatin Small Letter r
1150x7316301110011sLatin Small Letter s
1160x7416401110100tLatin Small Letter t
1170x7516501110101uLatin Small Letter u
1180x7616601110110vLatin Small Letter v
1190x7716701110111wLatin Small Letter w
1200x7817001111000xLatin Small Letter x
1210x7917101111001yLatin Small Letter y
1220x7A17201111010zLatin Small Letter z
1230x7B17301111011{Left Curly Bracket
1240x7C17401111100|Vertical Line
1250x7D17501111101}Right Curly Bracket
1260x7E17601111110~Tilde
1270x7F17701111111DELDelete
1280x8020010000000PADPadding Character
1290x8120110000001HOPHigh Octet Preset
1300x8220210000010BPHBreak Permitted Here
1310x8320310000011NBHNo Break Here
1320x8420410000100INDIndex
1330x8520510000101NELNext Line
1340x8620610000110SSAStart of Selected Area
1350x8720710000111ESAEnd of Selected Area
1360x8821010001000HTSCharacter Tabulation Set
1370x8921110001001HTJCharacter Tabulation With Justification
1380x8A21210001010VTSLine Tabulation Set
1390x8B21310001011PLDPartial Line Forward
1400x8C21410001100PLUPartial Line Backward
1410x8D21510001101RIReverse Line Feed
1420x8E21610001110SS2Single Shift Two
1430x8F21710001111SS3Single Shift Three
1440x9022010010000DCSDevice Control String
1450x9122110010001PU1Private Use One
1460x9222210010010PU2Private Use Two
1470x9322310010011STSSet Transmit State
1480x9422410010100CCHCancel Character
1490x9522510010101MWMessage Waiting
1500x9622610010110SPAStart of Protected Area
1510x9722710010111EPAEnd of Protected Area
1520x9823010011000SOSStart of String
1530x9923110011001SGCISingle Graphic Character Introducer
1540x9A23210011010SCISingle Character Introducer
1550x9B23310011011CSIControl Sequence Introducer
1560x9C23410011100STString Terminator
1570x9D23510011101OSCOperating System Command
1580x9E23610011110PMPrivacy Message
1590x9F23710011111APCApplication Program Command
1600xA024010100000␣No-Break Space
1610xA124110100001¡Inverted Exclamation Mark
1620xA224210100010¢Cent Sign
1630xA324310100011£Pound Sign
1640xA424410100100¤Currency Sign
1650xA524510100101¥Yen Sign
1660xA624610100110¦Broken Bar
1670xA724710100111§Section Sign
1680xA825010101000¨Diaeresis
1690xA925110101001©Copyright Sign
1700xAA25210101010ªFeminine Ordinal Indicator
1710xAB25310101011«Left-Pointing Double Angle Quotation Mark
1720xAC25410101100¬Not Sign
1730xAD25510101101­Soft Hyphen
1740xAE25610101110®Registered Sign
1750xAF25710101111¯Macron
1760xB026010110000°Degree Sign
1770xB126110110001±Plus-Minus Sign
1780xB226210110010²Superscript Two
1790xB326310110011³Superscript Three
1800xB426410110100´Acute Accent
1810xB526510110101µMicro Sign
1820xB626610110110¶Pilcrow Sign
1830xB726710110111·Middle Dot
1840xB827010111000¸Cedilla
1850xB927110111001¹Superscript One
1860xBA27210111010ºMasculine Ordinal Indicator
1870xBB27310111011»Right-Pointing Double Angle Quotation Mark
1880xBC27410111100¼Vulgar Fraction One Quarter
1890xBD27510111101½Vulgar Fraction One Half
1900xBE27610111110¾Vulgar Fraction Three Quarters
1910xBF27710111111¿Inverted Question Mark
1920xC030011000000ÀLatin Capital Letter A With Grave
1930xC130111000001ÁLatin Capital Letter A With Acute
1940xC230211000010ÂLatin Capital Letter A With Circumflex
1950xC330311000011ÃLatin Capital Letter A With Tilde
1960xC430411000100ÄLatin Capital Letter A With Diaeresis
1970xC530511000101ÅLatin Capital Letter A With Ring Above
1980xC630611000110ÆLatin Capital Letter Ae
1990xC730711000111ÇLatin Capital Letter C With Cedilla
2000xC831011001000ÈLatin Capital Letter E With Grave
2010xC931111001001ÉLatin Capital Letter E With Acute
2020xCA31211001010ÊLatin Capital Letter E With Circumflex
2030xCB31311001011ËLatin Capital Letter E With Diaeresis
2040xCC31411001100ÌLatin Capital Letter I With Grave
2050xCD31511001101ÍLatin Capital Letter I With Acute
2060xCE31611001110ÎLatin Capital Letter I With Circumflex
2070xCF31711001111ÏLatin Capital Letter I With Diaeresis
2080xD032011010000ÐLatin Capital Letter Eth
2090xD132111010001ÑLatin Capital Letter N With Tilde
2100xD232211010010ÒLatin Capital Letter O With Grave
2110xD332311010011ÓLatin Capital Letter O With Acute
2120xD432411010100ÔLatin Capital Letter O With Circumflex
2130xD532511010101ÕLatin Capital Letter O With Tilde
2140xD632611010110ÖLatin Capital Letter O With Diaeresis
2150xD732711010111×Multiplication Sign
2160xD833011011000ØLatin Capital Letter O With Stroke
2170xD933111011001ÙLatin Capital Letter U With Grave
2180xDA33211011010ÚLatin Capital Letter U With Acute
2190xDB33311011011ÛLatin Capital Letter U With Circumflex
2200xDC33411011100ÜLatin Capital Letter U With Diaeresis
2210xDD33511011101ÝLatin Capital Letter Y With Acute
2220xDE33611011110ÞLatin Capital Letter Thorn
2230xDF33711011111ßLatin Small Letter Sharp S
2240xE034011100000àLatin Small Letter A With Grave
2250xE134111100001áLatin Small Letter A With Acute
2260xE234211100010âLatin Small Letter A With Circumflex
2270xE334311100011ãLatin Small Letter A With Tilde
2280xE434411100100äLatin Small Letter A With Diaeresis
2290xE534511100101åLatin Small Letter A With Ring Above
2300xE634611100110æLatin Small Letter Ae
2310xE734711100111çLatin Small Letter C With Cedilla
2320xE835011101000èLatin Small Letter E With Grave
2330xE935111101001éLatin Small Letter E With Acute
2340xEA35211101010êLatin Small Letter E With Circumflex
2350xEB35311101011ëLatin Small Letter E With Diaeresis
2360xEC35411101100ìLatin Small Letter I With Grave
2370xED35511101101íLatin Small Letter I With Acute
2380xEE35611101110îLatin Small Letter I With Circumflex
2390xEF35711101111ïLatin Small Letter I With Diaeresis
2400xF036011110000ðLatin Small Letter Eth
2410xF136111110001ñLatin Small Letter N With Tilde
2420xF236211110010òLatin Small Letter O With Grave
2430xF336311110011óLatin Small Letter O With Acute
2440xF436411110100ôLatin Small Letter O With Circumflex
2450xF536511110101õLatin Small Letter O With Tilde
2460xF636611110110öLatin Small Letter O With Diaeresis
2470xF736711110111÷Division Sign
2480xF837011111000øLatin Small Letter O With Stroke
2490xF937111111001ùLatin Small Letter U With Grave
2500xFA37211111010úLatin Small Letter U With Acute
2510xFB37311111011ûLatin Small Letter U With Circumflex
2520xFC37411111100üLatin Small Letter U With Diaeresis
2530xFD37511111101ýLatin Small Letter Y With Acute
2540xFE37611111110þLatin Small Letter Thorn
2550xFF37711111111ÿLatin Small Letter Y With Diaeresis

256 codes — ASCII (0–127) plus the Latin-1 Supplement (128–255) · All data bundled locally