Skip to content

ASCII Table

Browse the full ASCII table with all 128 characters, decimal, hexadecimal and binary codes. Free.

No sign-up 100% free Private
DEC HEX OCT BIN CHAR

Was this tool helpful?

Complete ASCII Table — Character Codes Reference

The ASCII Table is a comprehensive, interactive reference for all 128 ASCII character codes, covering control characters (0–31), printable characters (32–126), and the DEL character (127). Each entry displays the decimal value, hexadecimal value, octal value, binary representation, HTML entity, and a visual representation of the character. This makes it an indispensable reference for developers, engineers, and students working with character encoding, low-level programming, or data communication protocols.The table is fully searchable and sortable — you can filter by decimal value, hex code, character name, or description to quickly find the code you need. Whether you are debugging a serial communication protocol, writing an embedded systems firmware, converting between number bases, or learning about character encoding fundamentals, this reference provides all the information at a glance. The page loads instantly with no external dependencies, and all data is rendered client-side.Key features include quick search and filtering to find any character instantly, multiple number base representations (decimal, hex, octal, binary), HTML entity codes for web development, and a dark mode optimized layout that is easy on the eyes during long coding sessions. Control characters include descriptive names like NUL, SOH, STX, ETX, EOT, ENQ, ACK, BEL, BS, TAB, LF, VT, FF, CR, and more.The ASCII Table is part of the facilita.tools developer reference suite, available in Portuguese, English, and Spanish, optimized for desktop and mobile browsers alike.

Frequently Asked Questions

What is the ASCII table?
ASCII (American Standard Code for Information Interchange) is a standard that assigns a number (0-127) to each character, including letters, numbers and symbols.
How many characters does ASCII have?
Standard ASCII has 128 characters (0-127). Extended ASCII includes up to 256 characters (0-255) with accents and additional symbols.
What is the difference between ASCII and Unicode?
ASCII has only 128/256 characters (English). Unicode supports 150,000+ characters from all languages worldwide, including emojis.