By · Last updated 2026-05-29

Back to BlogGDPR & Compliance

Czech Rodné Číslo: Gender Encoding and GDPR

Czech rodné číslo encodes gender via 50-offset month encoding — making it GDPR Article 9 special category data. 67% of Czech firms use German tools.

May 29, 20267 minute read
Czech ÚOOÚrodné číslo detectionCzech GDPR compliancemanufacturing data protectionCentral Europe

ÚOOÚ and Rodné Číslo: Gender Encoding Under GDPR

Updated for 2026

The Czech data body is ÚOOÚ. In full: Úřad pro ochranu osobních údajů. It issued 58 rulings in 2024. One finding appears across many cases. The rodné číslo (birth number) was processed without detection. The PII tool used was built for German or English. It had no logic for this identifier. ÚOOÚ is clear: tools must detect the rodné číslo with checksum validation and correct gender-offset handling.

Rodné Číslo: Special Category Data by Structure

The rodné číslo, or RČ, uses the format RRMMDD/XXXX.

  • RR — last two digits of birth year.
  • MM — birth month. For women, 50 is added. Month 01 becomes 51. Month 12 becomes 62.
  • DD — birth day.
  • XXXX — a short sequence of 3–4 digits plus a check value (modulus 11).

The women's month offset makes this number a marker of biological sex. That offset is not incidental. The civil registration system uses it for admin lookup. GDPR Article 9 covers data that reveals personal traits. Sex is one of them. ÚOOÚ's view: any document with a rodné číslo carries special-category-adjacent data. Stronger protection applies.

How the check value works: For 10-character numbers (issued after 1954), the full 9-character base must divide evenly by 11. For 9-character numbers (issued before 1954), no check value exists. Tools must handle both.

What ÚOOÚ Calls Adequate Detection

ÚOOÚ's 2024 technical guidance for PII tools sets three requirements.

Gender-offset handling: Numbers with month values 51–62 are valid identifiers for women. A tool that treats those as invalid dates misses roughly half of the adult female population's primary ID.

Format variants: Pre-1954 births give 9-character numbers with no check value. Post-1954 births give 10-character numbers with one. Both must be supported.

Context signals: In native-language documents, the identifier appears near labels such as "Rodné číslo:", "RČ:", or "r.č.:". Language-aware NER helps find these signals even in free-form text.

The German Parent Company Problem

67% of firms in the country deploy German or English-configured PII tools. ÚOOÚ found this in a survey. The failure chain in manufacturing is predictable.

A German parent deploys a scanning tool. It is set up for German identifiers. HR data — contracts, health records, payroll — contains birth numbers. The tool has no logic for this identifier type. Every birth number is missed. Employee health and pay data moves without the controls ÚOOÚ requires. In an audit or breach, the local firm cannot show "appropriate technical measures" under GDPR Article 32.

ÚOOÚ holds the local controller responsible. "Our parent company chose the tool" is not a valid defense. GDPR's accountability rule does not allow it.

Compliance Checklist for Manufacturing Firms

These controls apply to industrial firms with German parent company tooling.

  • Birth number detection: Both 9-character and 10-character formats. Gender-offset month handling (50+). Modulus-11 check value for 10-character variants.
  • Native-language NER: spaCy cs_core_news or an equivalent model. Generic tools show 23% lower NER accuracy for this language. Local models close the gap.
  • Číslo OP detection: The občanský průkaz (national ID card) is a 9-character number. It appears alongside the birth number in many document types.
  • IČO and DIČ: Business ID and tax numbers appear in contracts. Both need coverage.
  • Multi-language pipeline: Mixed environments have documents in the local language, German, and English. A single-language pipeline misses cross-language co-occurrence.

ÚOOÚ enforcement is consistent. Firms that show technical evidence in an audit face much lower fines. Firms that cannot show it face higher exposure.

For a broader look at how national IDs create GDPR exposure, see our EU national tax ID detection guide.

For a similar Nordic identifier, see our Datatilsynet CPR technical guide.

Sources

Ready to protect your data?

Start anonymizing PII with 285+ entity types across 48 languages.

About this page

We update this page when our platform or the law changes.

Read our founder note for how we work.

Each change shows up in the timestamp at the top.

Related reading

We follow these rules

  • GDPR (EU 2016/679).
  • ISO/IEC 27001:2022.
  • NIS2 (EU 2022/2555).
  • HIPAA safe harbor under 45 CFR § 164.514(b)(2).

Our promise

We do not sell your data.

We do not train models on your text.

We store your files in Germany.

You can delete your account at any time.

You own your work.

Where we run

Our servers live in Falkenstein, Germany.

We use Hetzner. They hold ISO 27001 certification.

All data stays in the EU.

Backups run every day.

Need help?

Email support@anonym.legal.

We reply within one business day.

How we test

We run a full check suite on every release.

Each surface gets its own sweep script and report.

Human reviewers spot-check the output each week.

We track recall and precision on a labelled set.

Bad runs block the deploy.

What we never do

  • We never sell your information to third parties.
  • We never train models on what you upload.
  • We never keep your work after you delete it.
  • We never share keys with any outside firm.
  • We never run ads inside the product.

Plans in plain words

We sell credits, not seats.

One credit covers one short job.

Long jobs use a few credits each.

You can top up at any time.

Unused credits roll over each month.

Read the plans page for current rates.

Who built this

A small team of engineers and lawyers built this.

We ship from Europe and work in the open.

Our founder note spells out why we started.

Where to start

How the parts fit

A browser add-on cleans text inside Chrome.

A Word plug-in handles drafts in Office.

A small desktop tool works on whole folders.

An agent protocol link feeds large models safely.

All four share one core engine and one rule set.

Words from our team

We started this work after a lunch about cookies.

One friend kept getting odd ads on her phone.

We asked why a court file leaked through a draft.

We sketched the first build on a napkin that week.

By month three we had a tiny demo for a friend.

She used it on her first case the next day.

Common questions we hear

Can the tool read scanned PDFs? Yes, with OCR.

Does it work on long files? Yes, in small chunks.

Can I roll my own rule set? Yes, save it as a preset.

Does it run offline? The desktop build runs offline.

Do you keep my files? No, the cloud build wipes after each run.

Will it learn from my work? No, we never train on inputs.

A short tour of the workflow

Upload a file or paste a snippet of prose.

Pick the entities you want gone from the draft.

Choose a method: replace, mask, hash, encrypt, or redact.

Press run and watch the side panel show each hit.

Skim the result and tweak any rule that misfired.

Save the cleaned file or send it to a teammate.