# Item Format Code List

<table data-header-hidden><thead><tr><th width="170" valign="top"></th><th width="101" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Item Format</td><td valign="top">Value</td><td valign="top">Description</td></tr><tr><td valign="top">L</td><td valign="top">0</td><td valign="top">LIST ITEM</td></tr><tr><td valign="top">B</td><td valign="top">10</td><td valign="top">BINARY ITEM</td></tr><tr><td valign="top">BOOL</td><td valign="top">11</td><td valign="top">BOOLEAN ITEM</td></tr><tr><td valign="top">A</td><td valign="top">20</td><td valign="top">ASCII ITEM</td></tr><tr><td valign="top">J8</td><td valign="top">21</td><td valign="top">JIS-8 Byte ITEM</td></tr><tr><td valign="top">I1</td><td valign="top">31</td><td valign="top">1 Byte Signed Integer</td></tr><tr><td valign="top">I2</td><td valign="top">32</td><td valign="top">2Byte Signed Integer</td></tr><tr><td valign="top">I4</td><td valign="top">34</td><td valign="top">4 Byte Signed Integer</td></tr><tr><td valign="top">I8</td><td valign="top">30</td><td valign="top">8 Byte Signed Integer</td></tr><tr><td valign="top">U1</td><td valign="top">51</td><td valign="top">1 Byte Unsigned Integer</td></tr><tr><td valign="top">U2</td><td valign="top">52</td><td valign="top">2 Byte Unsigned Integer</td></tr><tr><td valign="top">U4</td><td valign="top">54</td><td valign="top">4 Byte Unsigned Integer</td></tr><tr><td valign="top">U8</td><td valign="top">50</td><td valign="top">8 Byte Unsigned Integer</td></tr><tr><td valign="top">F4</td><td valign="top">44</td><td valign="top">4 Byte Floating Pointer</td></tr><tr><td valign="top">F8</td><td valign="top">40</td><td valign="top">8 Byte Floating Pointer</td></tr><tr><td valign="top">NO ITEM</td><td valign="top">-1</td><td valign="top">더 이상 Item이 존재하지 않음</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://nviasoft.gitbook.io/nviasoft-docs/documentation/c/item-format-code-list.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.
