text_ascii_table
Generate a complete ASCII reference table with decimal, hexadecimal, octal, binary, and character details for standard (0-127) or extended (128-255) ASCII codes.
Instructions
ASCII Table Reference Generator. Generate the full ASCII character reference table: every code point with its decimal, hexadecimal, octal, and binary value, the printable glyph or control-code mnemonic, a description, a category, and a printable flag. Covers standard ASCII (0-127) and optionally extended ASCII (128-255). Use this for a complete lookup table; use text_hex_ascii_converter or conversion_number_base instead to convert a specific string between bases. Runs locally with no external input: read-only, non-destructive, offline, and rate-limited. Returns the table array plus a meta summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output detail: standard omits HTML entities; html adds an html_entity field per row. | standard |
| extended | No | When true, include extended ASCII (128-255); otherwise only 0-127. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Always true on success. | |
| table | No | One entry per character code in range. | |
| meta | No |