> For the complete documentation index, see [llms.txt](https://www.tedarikzincirisozlugu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.tedarikzincirisozlugu.com/a-z/k/konteyner-check-digit.md).

# Konteyner Check Digit

<figure><img src="/files/ogkk9eLzxp9M3tP6VaYq" alt=""><figcaption><p>Konteyner Numaralandırması ve Check Digit (ISO 6346)</p></figcaption></figure>

> “The power of numerical classification lies in its ability to simplify complex data” - Unknown

## Konteyner Numaralandırması Nedir? <a href="#ember50" id="ember50"></a>

Konteyner numaralandırması, her konteyner için oluşturulan alfanümerik etiketler ile uygulanan, yazılan dizilimin doğruluğunu kontrol etmeye yarayan, matematiksel bir sürecin sonucu olan uluslararası bir kimliklendirme mekanizmasıdır.

<figure><img src="https://media.licdn.com/dms/image/D4D12AQE68Dv1etONXw/article-inline_image-shrink_1500_2232/0/1697014648125?e=1702512000&#x26;v=beta&#x26;t=h8V-nyrHBF5RbXg4d8qYm8mDu0zBAGNLOWlj-xJ94w4" alt=""><figcaption><p>Konteyner Numaralandırma Örneği</p></figcaption></figure>

<br>

Birçok farklı alana ilham kaynağı olabilecek bu kontrol sistemi sayesinde yazım hatalarının önüne geçilebilmektedir.

<br>

## Lojistik Süreçlerine Katkısı <a href="#ember56" id="ember56"></a>

Bu seri kodları,

* Konteynerin taşıma sürecinde, durum güncellemelerinin hızlıca yapılmasına yardımcı olur,
* Yük içeriği hakkında bilgi sağlar,
* Süreçye konteynerin takibine yardımcı olur,
* Veri girişlerinde oluşabilecek hataları minimuma indirir.

<br>

## Konteyner numaralandırmasının çalışma mantığı <a href="#ember60" id="ember60"></a>

Matematiksel bir sürecin burada yazarak detaylandırılması verimli olmayacağından, konu ile alakalı aşağıdaki makaleden örnek Excel dosyayı indirerek hem süreci daha net anlayabilir hem de süreçlerinizde kullanabilirsiniz.

**İlgili Makale Linki:** [Konteyner Numaralandırması ve Check Digit (ISO 6346)](https://www.sedatonat.com/tr/post/terim-iso-6346-container-check-digit)

<br>

## Container Check Digit Hesaplayıcıları; <a href="#ember64" id="ember64"></a>

* <https://www.bic-code.org/check-digit-calculator/>
* <https://scf.com.au/resources/tools/container-check-digit-calculator/>
* <http://www.cassilon.com/checkdigit.cfm>

***

## İlgili Makalelerim <a href="#ember66" id="ember66"></a>

* [Konteynerin Fikir Babası: Malcolm McLean](https://www.sedatonat.com/tr/post/kimdir-malcolm-mclean)
* [Konteyner Tipleri (ISO 6346)](https://www.sedatonat.com/tr/post/terim-konteyner-tipleri-iso-6346)
* [TEU - Twenty-foot Equivalent Unit](https://www.sedatonat.com/tr/post/terim-teu-twenty-foot-equivalent-unit)

***

## Kaynaklar <a href="#ember68" id="ember68"></a>

* <https://en.wikipedia.org/wiki/ISO_6346#Check_digit>
* <https://en.wikipedia.org/wiki/ISO_668>

***

**Yazar:** [SedatOnat.com/about](http://sedatonat.com/about)


---

# 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, and the optional `goal` query parameter:

```
GET https://www.tedarikzincirisozlugu.com/a-z/k/konteyner-check-digit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
