# GS1 EPC Encode

Encodes an EPC value to write into and RFID Tag EPC memory bank.

Action available for the following operating systems:

![](/files/-MS8SVWvuLgptwyToMIg)

### Parameters

* **Type** - The encoding type. The supported options are:
  * SGTIN-96
  * SGTIN-198<br>
* **Format** - The output format. The supported options are:
  * *RAW EPC -* Encodes into an hexadecimal string that can be used to write into the EPC memory bank of RFID Tags. Ouput will be for example: 30380C0E56EB1480009FE4F0
  * *EPC Tag URI* - Output will be for example: *urn:epc:tag:sgtin-96:1.012345.67890.10478832*
  * *EPC Pure Identity URI* - Output will be for example: *urn:epc:id:sgtin:012345.67890.10478832*

For SGTIN-96 and SGTIN-198 the following values need to be provided:

* **Filter** - Single digit to be used for the EPC filter.
* **Indicator** - Indicator used in the GTIN.
* **Company Prefix** - The company prefix.
* **Item Reference** - The item reference.
* **Serial Number** - The serial number. For SGTIN-96 it is a numeric value, for SGTIN-198 it is an alphanumerical value.

{% hint style="info" %}
The encoding is performed according to GS1 standard.
{% endhint %}

{% hint style="info" %}
SGTIN options are used to encode a GTIN and a Serial number into an EPC to allow uniquely identifying an item.
{% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-rfid/gs1-epc-encode.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.
