Ascii Table

AsciiTable is a lightweight C/C++ command-line tool that displays ASCII characters along with their decimal, hex, octal, and binary values. It supports filtering character groups, sorting output, colorized VT100 mode, and accepting inputs in multiple formats, making it a quick and customizable reference for developers working with ASCII and low-level text data.
Overview
AsciiTable shows octal, hexadecimal, decimal and binary representations of ASCII characters. It supports all 8-bit (256) ASCII characters, though 7-bit (128) ASCII characters are preferred for processing.
Preview



Key Features
ASCII Table Display
Displays all ASCII characters alongside their decimal, hexadecimal, octal, and binary values.
Character Filtering
Filter output by character groups: alphas, digits, controls, and special characters.
Sorting Options
Sort the ASCII table output in different orders for quick reference.
Colorized VT100 Mode
Supports colorized terminal output using VT100 escape codes for better readability.
Character Conversion
Convert text input into ASCII representations with multiple encoding formats.
Multiple Formats
Accepts input and shows output in decimal, hex, octal, and binary formats simultaneously.