# Tabela ASCII

```
       0−     1−     2−     3−     4−     5−     6−     7−
−0     NUL    DLE    SP     0      @      P      `      p
−1     SOH    DC1    !      1      A      Q      a      q
−2     STX    DC2    "      2      B      R      b      r
−3     ETX    DC3    #      3      C      S      c      s
−4     EOT    DC4    $      4      D      T      d      t
−5     ENQ    NAK    %      5      E      U      e      u
−6     ACK    SYN    &      6      F      V      f      v
−7     BEL    ETB    '      7      G      W      g      w
−8     BS     CAN    (      8      H      X      h      x
−9     HT     EM     )      9      I      Y      I      y
−A     LF     SUB    *      :      J      Z      j      z
−B     VT     ESC    +      ;      K      [      k      {
−C     FF     FS     ,      <      L      \      l      |
−D     CR     GS     −      =      M      ]      m      }
−E     SO     RS     .      >      N      ^      n      ~
−F     SI     US     /      ?      O      _      o      DEL
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mentebinaria.gitbook.io/engenharia-reversa/apendices/a-tabela-ascii.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
