๐Ÿ”ค ASCII Table

DecHexOctCharName

128 characters

A searchable ASCII code table showing decimal, hex, octal, and control character names. Useful for checking character codes or the meaning of escape sequences while programming.

How to use

  1. Type a character, decimal value, hex value, or control character name into the search box.
  2. The table filters in real time as you type.
  3. Click any row to copy the corresponding character or code.

FAQ

Can I look up control characters (e.g. \n or \t)?

Yes โ€” control characters like line feed (LF) and tab (TAB) are listed with their names and codes, and are searchable.

Can I copy a code by clicking it?

Yes โ€” click any row in the table to copy the corresponding character or code.

Can I see decimal and hex together for one character?

Yes โ€” each row shows decimal, hex, octal, character, and name together, so you can compare them at a glance.

Does it include extended ASCII (128-255)?

It focuses on the standard 7-bit ASCII range (0-127).

How is this used in programming?

It's handy for checking character-code comparisons, understanding escape sequences like \n and \t, or specifying character ranges in a regular expression.