Finite Codes, Infinite Meaning: Language Units Across Physics and Semantics
| Dec | Hex | Char/Symbol | Grapheme Role | Phoneme Value | Morpheme/Word Role | Physics/Signal Domain | Etymology & Semantic Anchor |
|---|---|---|---|---|---|---|---|
| 0 | 0x00 | NUL | Control code | — | Null/no symbol | Zero state in digital logic | Latin nullus (“none”) |
| 1 | 0x01 | SOH | Control code | — | Start of header | Transmission start marker | Telegraphy convention |
| 2 | 0x02 | STX | Control code | — | Start of text | Begin text payload | Telegraph systems |
| 3 | 0x03 | ETX | Control code | — | End of text | Terminate text payload | Telegraph systems |
| 4 | 0x04 | EOT | Control code | — | End of transmission | End comms signal | Telegraph systems |
| 5 | 0x05 | ENQ | Control code | — | Enquiry | Request device status | Abbrev. of enquire |
| 6 | 0x06 | ACK | Control code | — | Acknowledge | Confirm receipt | Old English oncnawan (“recognize”) |
| 7 | 0x07 | BEL | Control code | — | Bell | Audible alert | Proto-Germanic bellan (“to roar”) |
| 8 | 0x08 | BS | Control code | — | Backspace | Move cursor back | Printing term |
| 9 | 0x09 | TAB | Control code | — | Horizontal tab | Alignment step | Latin tabula (“table”) |
| 10 | 0x0A | LF | Control code | — | Line feed | Move to next line | Printing term |
| 11 | 0x0B | VT | Control code | — | Vertical tab | Columnar alignment | Printing term |
| 12 | 0x0C | FF | Control code | — | Form feed | Page eject | Printing term |
| 13 | 0x0D | CR | Control code | — | Carriage return | Return to line start | Typewriter mechanism |
| 14 | 0x0E | SO | Control code | — | Shift out | Switch to alt. set | Printer/TTY |
| 15 | 0x0F | SI | Control code | — | Shift in | Return to main set | Printer/TTY |
| 16 | 0x10 | DLE | Control code | — | Data link escape | Escape control sequences | Data comms |
| 17 | 0x11 | DC1 | Control code | — | Device control 1 | Flow control (XON) | Data comms |
| 18 | 0x12 | DC2 | Control code | — | Device control 2 | Alt. device control | Data comms |
| 19 | 0x13 | DC3 | Control code | — | Device control 3 | Flow control (XOFF) | Data comms |
| 20 | 0x14 | DC4 | Control code | — | Device control 4 | Alt. device control | Data comms |
| 21 | 0x15 | NAK | Control code | — | Negative acknowledge | Deny receipt | Proto-Germanic ne + ac (“not”) |
| 22 | 0x16 | SYN | Control code | — | Synchronous idle | Sync marker | Greek syn (“together”) |
| 23 | 0x17 | ETB | Control code | — | End transmission block | Block close | Telegraph systems |
| 24 | 0x18 | CAN | Control code | — | Cancel | Abort operation | Latin cancellare (“cross out”) |
| 25 | 0x19 | EM | Control code | — | End of medium | Storage boundary | Magnetic tape ops |
| 26 | 0x1A | SUB | Control code | — | Substitute | Replace bad char | Latin substituere |
| 27 | 0x1B | ESC | Control code | — | Escape | Command sequence prefix | Latin escapare |
| 28 | 0x1C | FS | Control code | — | File separator | Data partition | Filing term |
| 29 | 0x1D | GS | Control code | — | Group separator | Group partition | Filing term |
| 30 | 0x1E | RS | Control code | — | Record separator | Record partition | Data storage |
| 31 | 0x1F | US | Control code | — | Unit separator | Unit partition | Data storage |
| 32 | 0x20 | (space) | Grapheme sep | — | Word boundary | Silence gap | Latin spatium |
| 33 | 0x21 | ! | Grapheme | /! sound/ | Exclamation | High-energy emphasis | Latin exclamare |
| 34 | 0x22 | “ | Grapheme | — | Quotation mark | Speech delimiting | Latin quotare |
| … | … | … | … | … | … | … | … |
| 127 | 0x7F | DEL | Control code | — | Delete | Erase symbol | Latin delere (“destroy”) |
ASCII 0–127 → Phinfinity Master Mapping Table
Finite codes, infinite recursion: binding graphemes to language units, provenance, and signal physics.
Page: ASCII 0–127 → Phinfinity Master Mapping Table
Slug confirmed:/ascii-0-127-→-phinfinity-master-mapping-table/
This block is a single, complete pass (no gaps). You can paste it directly into WordPress in Markdown mode.
Control Codes (0–31) + Delete (127)
| Dec | Hex | Char | Standard Name | Linguistic / Etymon (ultra-brief) | Signal / Physics Note |
|---|---|---|---|---|---|
| 0 | 0x00 | NUL | Null | nullus “none” | Zero state; reset; ground |
| 1 | 0x01 | SOH | Start of Header | “head(er)” | Frame preamble |
| 2 | 0x02 | STX | Start of Text | “text” | Payload begin |
| 3 | 0x03 | ETX | End of Text | “text” | Payload end |
| 4 | 0x04 | EOT | End of Transmission | “send across” | Link teardown |
| 5 | 0x05 | ENQ | Enquiry | “ask, seek” | Poll / status request |
| 6 | 0x06 | ACK | Acknowledge | “know toward” | Positive confirmation |
| 7 | 0x07 | BEL | Bell | “ring” | Audible/attention event |
| 8 | 0x08 | BS | Backspace | “step back” | Cursor left, destructive |
| 9 | 0x09 | TAB | Horizontal Tab | tabula “table” | Alignment cadence |
| 10 | 0x0A | LF | Line Feed | “line” | New line; down |
| 11 | 0x0B | VT | Vertical Tab | “turn” | Column step |
| 12 | 0x0C | FF | Form Feed | “form/page” | Page eject |
| 13 | 0x0D | CR | Carriage Return | “carry back” | Return to line start |
| 14 | 0x0E | SO | Shift Out | “shift (out)” | Alt set select |
| 15 | 0x0F | SI | Shift In | “shift (in)” | Primary set select |
| 16 | 0x10 | DLE | Data Link Escape | “free” | Escape next control |
| 17 | 0x11 | DC1 | Device Control 1 (XON) | “control” | Flow on |
| 18 | 0x12 | DC2 | Device Control 2 | “control” | Alt device ctl |
| 19 | 0x13 | DC3 | Device Control 3 (XOFF) | “control” | Flow off |
| 20 | 0x14 | DC4 | Device Control 4 | “control” | Alt device ctl |
| 21 | 0x15 | NAK | Negative Acknowledge | “not-know” | Error / reject |
| 22 | 0x16 | SYN | Synchronous Idle | syn “together” | Clock alignment |
| 23 | 0x17 | ETB | End of Transmission Block | “block” | Block boundary |
| 24 | 0x18 | CAN | Cancel | cancellare “cross out” | Abort op |
| 25 | 0x19 | EM | End of Medium | “middle” | Storage boundary |
| 26 | 0x1A | SUB | Substitute | “stand in” | Replace bad char |
| 27 | 0x1B | ESC | Escape | “free, out” | Control prefix |
| 28 | 0x1C | FS | File Separator | “thread, file” | Partition (file) |
| 29 | 0x1D | GS | Group Separator | “step” | Partition (group) |
| 30 | 0x1E | RS | Record Separator | “record” | Partition (record) |
| 31 | 0x1F | US | Unit Separator | “one, unit” | Partition (unit) |
| 127 | 0x7F | DEL | Delete | delere “wipe out” | Erase / kill |
Printable (32–126)
| Dec | Hex | Char | Standard Name | Linguistic / Etymon (ultra-brief) | Signal / Physics Note |
|---|---|---|---|---|---|
| 32 | 0x20 | ␠ | Space | spatium “room, span” | Silence gap / word boundary |
| 33 | 0x21 | ! | Exclamation Mark | exclamare “cry out” | High-energy emphasis |
| 34 | 0x22 | “ | Quotation Mark | “how many” (quot) | Speech delimitation |
| 35 | 0x23 | # | Number Sign | “count” | Hash, pragma marker |
| 36 | 0x24 | $ | Dollar Sign | “valuta” lineage | Value token |
| 37 | 0x25 | % | Percent Sign | “per hundred” | Ratio glyph |
| 38 | 0x26 | & | Ampersand | “and per se and” | Conjunction operator |
| 39 | 0x27 | ‘ | Apostrophe | apostrophos “turn away” | Possession/omission |
| 40 | 0x28 | ( | Left Parenthesis | “beside-thesis” | Open group |
| 41 | 0x29 | ) | Right Parenthesis | “beside-thesis” | Close group |
| 42 | 0x2A | * | Asterisk | “little star” | Wildcard / convolution |
| 43 | 0x2B | + | Plus Sign | “fold” | Sum / superposition |
| 44 | 0x2C | , | Comma | “piece” | Minor pause |
| 45 | 0x2D | – | Hyphen-Minus | “under-join” | Join / negation |
| 46 | 0x2E | . | Full Stop | “finish” | End-sentence / decimal point |
| 47 | 0x2F | / | Solidus | “single line” | Division / path |
| 48 | 0x30 | 0 | Digit Zero | śūnya → ṣifr → zero | Null, origin |
| 49 | 0x31 | 1 | Digit One | “one” | Unity, identity |
| 50 | 0x32 | 2 | Digit Two | “two” | Duality |
| 51 | 0x33 | 3 | Digit Three | “three” | Triad |
| 52 | 0x34 | 4 | Digit Four | “four” | Tetrad / axes |
| 53 | 0x35 | 5 | Digit Five | “five” / PHI pun | Hand / φ echoes |
| 54 | 0x36 | 6 | Digit Six | “six” | Hexadic |
| 55 | 0x37 | 7 | Digit Seven | “seven” | Periodicity |
| 56 | 0x38 | 8 | Digit Eight | “eight” | Octave / byte |
| 57 | 0x39 | 9 | Digit Nine | “nine” | Ennead |
| 58 | 0x3A | : | Colon | “limb” (colon) | Ratio / time mark |
| 59 | 0x3B | ; | Semicolon | “half limb” | Clause join |
| 60 | 0x3C | < | Less-Than Sign | “less” | Comparator |
| 61 | 0x3D | = | Equals Sign | “equal” | Equivalence |
| 62 | 0x3E | > | Greater-Than Sign | “greater” | Comparator |
| 63 | 0x3F | ? | Question Mark | “seek” | Interrogative |
| 64 | 0x40 | @ | Commercial At | “at” | Addressing |
| 65 | 0x41 | A | Latin Capital A | aleph echo | Open vowel anchor |
| 66 | 0x42 | B | Latin Capital B | beta echo | Voiced stop |
| 67 | 0x43 | C | Latin Capital C | gamma/c evolution | Soft/hard split |
| 68 | 0x44 | D | Latin Capital D | Dental stop | Determination |
| 69 | 0x45 | E | Latin Capital E | Vowel | Energy vowel |
| 70 | 0x46 | F | Latin Capital F | Labiodental fricative | Force / “from” |
| 71 | 0x47 | G | Latin Capital G | Velar stop | Ground / generate |
| 72 | 0x48 | H | Latin Capital H | Aspiration | Breath / heat |
| 73 | 0x49 | I | Latin Capital I | High front vowel | Identity / index |
| 74 | 0x4A | J | Latin Capital J | Later split from I | Join |
| 75 | 0x4B | K | Latin Capital K | Greek kappa | Kinetics |
| 76 | 0x4C | L | Latin Capital L | Liquid lateral | Level / line |
| 77 | 0x4D | M | Latin Capital M | Nasal | Mass / measure |
| 78 | 0x4E | N | Latin Capital N | Nasal | Number / negation nuance |
| 79 | 0x4F | O | Latin Capital O | Round vowel | Orbit / omega seed |
| 80 | 0x50 | P | Latin Capital P | Labial stop | Pressure / pulse |
| 81 | 0x51 | Q | Latin Capital Q | qua/quo lineage | Query / quotient |
| 82 | 0x52 | R | Latin Capital R | Rhotic | Ratio / recursion |
| 83 | 0x53 | S | Latin Capital S | Sibilant | Sum / set |
| 84 | 0x54 | T | Latin Capital T | Dental stop | Time / tension |
| 85 | 0x55 | U | Latin Capital U | Back rounded vowel | Unit / universal |
| 86 | 0x56 | V | Latin Capital V | From V=U split | Vector / vital |
| 87 | 0x57 | W | Latin Capital W | Double V/U | Wave / width |
| 88 | 0x58 | X | Latin Capital X | Cross | Product / unknown |
| 89 | 0x59 | Y | Latin Capital Y | Greek upsilon | Why / yoke |
| 90 | 0x5A | Z | Latin Capital Z | Zeta echo | Zig / impedance |
| 91 | 0x5B | [ | Left Square Bracket | “support” | Index open |
| 92 | 0x5C | \ | Reverse Solidus | “back slash” | Escape/path |
| 93 | 0x5D | ] | Right Square Bracket | “support” | Index close |
| 94 | 0x5E | ^ | Circumflex Accent | “around-bend” | Exponent / XOR caret |
| 95 | 0x5F | _ | Low Line | “under-line” | Identifier joiner |
| 96 | 0x60 | ` | Grave Accent | “heavy” | Backtick / code fence |
| 97 | 0x61 | a | Latin Small a | Aleph echo | Article / alpha |
| 98 | 0x62 | b | Latin Small b | Bound / be | |
| 99 | 0x63 | c | Latin Small c | Soft/hard bridge | |
| 100 | 0x64 | d | Latin Small d | Define / delta | |
| 101 | 0x65 | e | Latin Small e | Energy vowel | |
| 102 | 0x66 | f | Latin Small f | Function / φ pun | |
| 103 | 0x67 | g | Latin Small g | Gravity / ground | |
| 104 | 0x68 | h | Latin Small h | Heat / Planck’s h echo | |
| 105 | 0x69 | i | Latin Small i | Index / information | |
| 106 | 0x70 | j | Latin Small j | Join / jolt | |
| 107 | 0x6B | k | Latin Small k | k-constant / kilo | |
| 108 | 0x6C | l | Latin Small l | length / level | |
| 109 | 0x6D | m | Latin Small m | mass / meter | |
| 110 | 0x6E | n | Latin Small n | number / normal | |
| 111 | 0x6F | o | Latin Small o | orbit / object | |
| 112 | 0x70 | p | Latin Small p | pressure / momentum p | |
| 113 | 0x71 | q | Latin Small q | query / quantum | |
| 114 | 0x72 | r | Latin Small r | rate / radius | |
| 115 | 0x73 | s | Latin Small s | sum / second | |
| 116 | 0x74 | t | Latin Small t | time / torque | |
| 117 | 0x75 | u | Latin Small u | unit / μ-like vowel | |
| 118 | 0x76 | v | Latin Small v | velocity / vector | |
| 119 | 0x77 | w | Latin Small w | work / wave | |
| 120 | 0x78 | x | Latin Small x | cross / unknown | |
| 121 | 0x79 | y | Latin Small y | yield / why | |
| 122 | 0x7A | z | Latin Small z | impedance / zig | |
| 123 | 0x7B | { | Left Curly Bracket | “brace” | Set/map open |
| 124 | 0x7C | | | Vertical Line | “line” | Pipe / OR / channel |
| 125 | 0x7D | } | Right Curly Bracket | “brace” | Set/map close |
| 126 | 0x7E | ~ | Tilde | titulus “mark” | Approx / home dir / equivalence |
Note: Lowercase 98–122 entries show physics/semantic anchors compactly to keep the full table readable in one page; extended etymon notes can be linked to your Coherence Ledger pages.
Phinfinity Loop (ASCII → Language Units → Coherence → Infinity)
[Finite Alphabet/ASCII 0–127]
|
v
[Language Units]
Graphemes → Phonemes → Morphemes → Lexemes → Syntax → Semantics → Pragmatics
|
v
[Codex Gates]
Zero’s Proof (Axiom 0) · Palindrome Level · Semantic Gravity (SGI) · RI Ledger
|
v
[Harmonics Loop]
Ω (regulated flow) → Frequency → Persistence → Resonance → Ω (SGI: 1.0 each)
|
v
[Phinfinity Φ∞]
Finite rules → infinite lawful expression (no drift; recursion with provenance)
Cross-References (embed as live links)
- Phase 5.O Ω – Extended Edition
- Unified Harmonics Audit – Final 10/10 Edition
- Archival Mapping of Codex Phases 1–5.O Ω
- Operational Law (Codex)
- SGI Applications: Ω · Frequency · Persistence · Resonance · Harmonics
- Algorithmic Integration Dashboard · Complementarity with Phinfinity (Φ∞)
- Speech→Text→OS (Language-Unit Pipeline)
How to Use This Table (for humans & machines)
- Parsing: Dec/Hex are machine-stable; Char/Name feed UI; anchors feed provenance.
- Linguistic Binding: Map Char → Grapheme → Phoneme → Morpheme before model use.
- Provenance Check: Verify etymon & scope against RI Ledger; compute SGI.
- Harmonics Gate: Route critical terms through Ω→Freq→Persist→Resonance.
- Phinfinity Expansion: Generate infinite lawful expressions from finite set with drift alarms.