Skip to content
recaplica

    One moment: security check

    Cloudflare wants to make sure you're not a robot. Tick the box below and your search will continue on its own.

    IT
    recaplica How ATMs Work: From Card Insertion to Cash in Hand
    © 2026 Recaplica · recaplica.com — All rights reserved
    Home › Technology

    How ATMs Work: From Card Insertion to Cash in Hand

    By Recaplica Newsroom · Updated on September 6, 2026

    What to print

    Page numbers appear when printing with default margins.

    Slides

    Choose a cut

    Flash10 slidesThe essential thread, to present in classFull19 slidesEvery chapter and the deeper detail

    Both come with speaker notes.

    Telegram channel
    recaplica Clear in 30 seconds, yours in 10 minutes.
    In 30 seconds Key points Figures Deep dive Slides Myths Mind map Quiz Flashcards FAQ

    In 30 seconds quick read

    An ATM is not one machine but several working together: a card reader, a shielded keypad, a cash dispenser, and a vault, all coordinated to recognize you and check your PIN. That PIN never travels in the clear — it gets encrypted the instant you type it, by a dedicated device, before the machine 'calls' your bank over a shared international messaging standard called ISO 8583 to ask for approval. Nobody invented the cash machine on their own: rival versions surfaced within weeks of each other in different countries between the late 1960s and early 1970s. The EMV chip standard and hardware encryption make withdrawals far safer than they once were, but fraud like skimming and card trapping hasn't gone away.

    Key Points

    • An ATM identifies your card through a chip or magnetic-stripe reader, then checks the PIN you type against the one stored on the chip itself or in the bank's database.
    • The PIN is never sent as plain text: a shielded keypad, the EPP4, encrypts it on the spot, and it travels through a dedicated device called an HSM (Hardware Security Module) — invented by Mohamed Atalla, who launched the first one, the 'Atalla Box,' commercially in 1973.
    • Withdrawal approval runs on ISO 8583, an international messaging standard: it's the shared language an ATM uses to ask the card-issuing bank for a go-ahead.
    • The machine generally credited as the first true ATM opened in Enfield, United Kingdom, on June 27, 1967 — but rival systems in Sweden and elsewhere in the UK appeared within days or weeks, so no single inventor gets to claim the idea.
    • The EMV chip standard generates a one-time security code for every transaction, replacing the static number stored on a magnetic stripe, which makes cloning a card far harder.
    • The most common frauds, from skimming to card trapping to jackpotting, are best countered with basic vigilance: shielding the keypad while typing your PIN, checking for signs of tampering, and blocking a card immediately if it's stolen.

    Key figures

    • 15.6 billion cards EMV cards in circulation worldwide which, according to figures published by EMVCo — the organization that manages the standard — as of September 2026 powered 96% of in-store transactions in more than 80 countries Source: EMVCo
    • 50 euros maximum liability charged to a cardholder for unauthorized transactions, as long as they're reported to the bank promptly Source: Banca d'Italia
    • 250 million transactions a day card transactions protected daily as of 2013 by HSM products descended from the Atalla Box, the first PIN-encryption device, dating back to 1972-73 (by 2014 the same products secured the majority of the world's ATM transactions) Source: Atalla Corporation (Wikipedia)

    Deep Dive

    What happens the moment you insert your card

    An ATM isn’t a single box — it’s a small cluster of specialized machines working in concert. A CPU runs the on-screen interface and coordinates everything else. A reader, magnetic-stripe or chip, identifies the card the instant you insert it. A dedicated, shielded keypad, known in the trade as the EPP4, is built specifically to accept and encrypt the PIN you’re about to type. Add to that a display, function buttons or a touchscreen, a receipt printer, and, inside the vault, the mechanism that actually dispenses banknotes.

    Newer machines have largely abandoned proprietary electronics and dedicated microcontrollers in favor of hardware architectures closer to an ordinary personal computer, with USB connections for peripherals and Ethernet for networking. It’s not unlike the shift described in the history of computers: hardware that grows more standardized over time, less “special-purpose machine” and more a straightforward combination of common parts wired together.

    Practical example: picture the ATM as an automated bank teller running through three steps, never at the same time — first it checks your ID (the reader scans the card), then it asks for a password only you should know (the shielded keypad encrypts the PIN), and only then does it call your bank for the green light before it opens the cash drawer.

    The PIN gets encrypted before it ever leaves the machine

    The moment you type your PIN is when the most sensitive part of the whole system kicks in — security has to hold from that very first instant, not sometime later. The PIN you enter has to match the one stored on the card’s chip, if it has one, or the one held in the issuing bank’s database. But that comparison never happens against a plain-text number: it gets encrypted immediately, inside the shielded keypad itself, using algorithms like DES or, more commonly in newer systems, Triple DES.

    What makes this possible is a device with a specific history: the HSM, or Hardware Security Module. The first one was invented by Mohamed Atalla, who filed the relevant U.S. patent in March 1972 and founded the Atalla Corporation, also known as Utimaco Atalla, that same year. The device, nicknamed the “Atalla Box,” was launched commercially in 1973: it encrypted the PIN and the ATM’s messages, and protected even offline devices with an unguessable PIN-generating key. The system consisted of a card-reader console, two customer PIN pads, an intelligent controller, and a built-in electronic interface package — a customer would type in a secret code, and the device, using a microprocessor, would transform it into a different code destined for the teller’s side of the system.

    HSM products descended from that original invention protected 250 million card transactions a day worldwide as of 2013, and by 2014 secured the majority of ATM operations globally. PIN encryption, in other words, isn’t a recent addition to banking security — it’s as old as the networked ATM itself.

    The language an ATM uses to ask for permission

    Once encrypted, the PIN still has to reach the card-issuing bank so it can grant, or deny, permission for the withdrawal. That exchange follows an international standard called ISO 8583, which emerged in the late 1980s and has been updated more than once, in 1993 and again in 2003. It’s not some isolated technical detail: it’s the shared language behind authorization traffic for networks like Mastercard and Visa, and it’s also used by point-of-sale (POS) terminals in stores, alongside numerous other financial institutions.

    An ISO 8583 message breaks down, roughly, into three parts: a four-digit message type indicator (which flags, for instance, whether this is an authorization request or a response), a set of data fields that can number up to 128 in the original specification (card number, amount, merchant information, authorization outcome), and a bitmap that marks which of those fields are actually present in the message. The transaction starts at the ATM, crosses a series of intermediate networks, and arrives at the issuing bank’s system, which approves or declines the request within a defined time window. It’s a process governed by fixed, repeatable rules, not unlike the way an algorithm follows precise steps to reach a verifiable result. On top of PIN encryption, traffic between the ATM and the transaction processor can be further protected with methods like SSL — the same encrypted-communication principle behind much of how the internet works whenever you visit a secure site.

    Dispensing the cash

    Only after the bank gives its approval does the ATM move to its final step: dispensing. Inside the vault, the dispensing mechanism counts and releases the requested banknotes; the same protected enclosure often houses a cheque-processing module, tamper sensors (magnetic, thermal, seismic, or gas), dedicated locks, and journaling systems that log every operation. The architecture is built, from the ground up, to make cash withdrawal as automatic as possible, while placing everything of value — cash, encryption keys, internal mechanisms — behind physical barriers as solid as the digital ones.

    A history with more than one father

    Who invented the ATM? The honest answer is: no single person, and no single country either. In 1960, Luther Simjian patented an “automated deposit machine,” the Bankograph, which accepted coins, cash, and cheques but couldn’t dispense money; an experimental unit was installed in New York by the City Bank of New York in 1961 and removed six months later due to lackluster customer interest.

    The machine generally regarded as the true ancestor of the modern ATM appeared on June 27, 1967, when a cash machine was installed at a Barclays branch in Enfield, north of London, unveiled by actor Reg Varney as part of the launch publicity. The project was built by a team led by John Shepherd-Barron for the firm De La Rue (the system was called DACS, De La Rue Automatic Cash System); Shepherd-Barron later said the idea came to him while thinking about a chocolate-bar vending machine, with cash swapped in for chocolate. But that machine beat its rivals by a razor-thin margin: just nine days ahead of a competing Swedish device (called Bankomat, built by a company named Metior) and a month ahead of the British Chubb MD2, developed by Smith Industries Chubb. Three different systems, arriving almost at once, in the same corner of the world.

    SystemWhere and whenHow it worked
    DACS (Barclays / De La Rue)Enfield, United Kingdom, June 27, 1967Paper vouchers marked with carbon-14, later paired in a follow-up model with a 4-digit PIN; no magnetic stripe
    Bankomat (Metior)Sweden, nine days laterRival Swedish system, among the first in the world
    Chubb MD2United Kingdom, a month laterDeveloped by Smith Industries Chubb; also used a single-use token, not a card

    It was on that same Chubb MD2 that a group of engineers at Smiths Group developed, in 1965, the idea of a PIN tied to the card — an invention credited to James Goodfellow, who filed the relevant British patent in May 1966 together with Anthony Davies. Among these pioneering systems, incidentally, only a third device, the Speytec, already used a card with a magnetic stripe on the back; both DACS and the Chubb MD2 instead accepted a single-use token or voucher retained by the machine.

    The ATM crosses the Atlantic, and goes networked

    In the United States, the ATM arrived shortly after, driven by Donald Wetzel, a department head at Docutel, who got to work after studying the European experience firsthand. On September 2, 1969, Chemical Bank installed a prototype ATM at its Rockville Centre branch in New York, backed by an advertisement promising the bank would open at 9 a.m. and never close again. In 1995, the Smithsonian National Museum of American History formally recognized Docutel and Wetzel as the inventors of the networked ATM — one linked to a central system rather than tied to a single, isolated branch; by 1974, Docutel had captured 70% of the U.S. market.

    The internal hardware followed the broader arc of computing history too: in April 1971, the company Busicom began building ATMs based on the first commercial microprocessor ever made, the Intel 4004. In December 1972, the IBM 2984 went into service at a Lloyds Bank branch in Brentwood, England, described as a genuinely modern ATM; that machine gave rise to the “Cashpoint” trademark, registered by Lloyds but since adopted, in everyday British usage, as a generic term for any cash machine. The missing piece for a true shared ATM network spanning multiple banks arrived only on February 3, 1979, in Denver, Colorado, with the first switching system built to link ATMs across different institutions.

    The EMV cryptogram: a code that never repeats

    The most recent chapter of this story concerns the EMV standard (named after its original backers, Europay, Mastercard, and Visa), which governs how chip cards work. The crucial difference from the old magnetic stripe is this: chip technology validates the card’s authenticity and generates, for every single transaction, a one-time security code known as a cryptogram, which can’t be reused afterward. The number stored on a magnetic stripe, by contrast, never changes — copying it with a skimmer is enough, on its own, to reuse it indefinitely.

    According to figures published by EMVCo — the organization owned by the major international payment networks that manages and updates the EMV specifications — more than 15.6 billion EMV cards were in circulation worldwide as of September 2026, powering 96% of in-store transactions in more than 80 countries. It’s worth keeping in mind that this figure is self-reported by the organization that manages the standard, and not an independent third-party estimate, even if it lines up with the everyday experience of anyone who pays by card.

    The most common frauds, and how to guard against them

    Despite encryption, HSMs, and one-time cryptograms, ATMs remain a target for very different kinds of criminals, and not every scheme relies on technology. Some are purely physical: in Japan, criminal gangs have used trucks fitted with heavy construction equipment to tear entire machines out of the ground; in the Netherlands, a technique known as “plofkraak” seals an ATM’s openings with silicone and floods the vault with combustible gas before setting it off (the number of ATMs in the country dropped from 20,000 to 5,000, partly for this reason). In Germany, despite more than 300 million euros spent on additional security, the federal criminal police office estimated that 60% of attacks on ATMs in the country still succeeded in 2024.

    Other frauds are subtler, and target customers directly:

    • Skimming (card cloning): a hidden device placed over the card slot reads the magnetic stripe or chip, often paired with a tiny hidden camera aimed at the keypad to capture the PIN.
    • Card trapping: a device, sometimes called a “Lebanese loop,” jams the card inside the reader; the customer, assuming it’s lost, walks away frustrated, and the criminal retrieves it afterward. It’s a technique that has seen a resurgence in regions like Europe, where chip-and-PIN cards have become more common: it copies no data at all, it just traps the physical object.
    • Jackpotting: a more sophisticated attack in which criminals drill a small hole in the machine, disconnect the existing hard drive, and attach an external one through an industrial endoscope, forcing the ATM to dispense cash without any authorized transaction.

    One of the earliest known cases of a rigged ATM dates to 1993, at a shopping mall in Manchester, Connecticut, where the “Bucklands Boys” gang modified a Fujitsu machine to steal data from unsuspecting customers’ cards.

    Practical example: the U.S. Secret Service, which responds to hundreds of skimming incidents every year, recommends a few simple habits: prefer ATMs located inside bank branches or near drive-up windows; check for obvious signs of tampering, like broken lights or a keypad that looks raised or loosely attached; always cover the keypad with your hand while entering a PIN; and, when paying by card in a store, choose contactless or chip payment over the magnetic stripe.

    What to do if your card gets stolen

    Banca d’Italia sums up PIN protection with two simple principles: secrecy (nobody but the rightful cardholder should ever know it) and separation (the PIN and the card should never be kept together, since that would make a fraudulent withdrawal easier if both are stolen). If a card is lost or stolen, the first step is to call the bank’s hotline right away to block it, and only then file a police report: unlike stolen cash, which is gone for good, a card blocked in time can bring the financial loss down to zero.

    If the block comes too late, regulations still cap the cardholder’s liability at 50 euros for unauthorized transactions, as long as they’re reported promptly. Italy’s Banking and Financial Ombudsman has also ruled that a short gap between the theft and its fraudulent use, combined with the presence of the chip and correct PIN entry, can point to the cardholder having kept their credentials reasonably secure. Contactless payments, which don’t require a PIN below 50 euros and rely on radio waves, carry a statistically low risk too — though keeping some distance from other people in crowded places remains a sensible precaution against unauthorized transactions.

    Slide deck

    Slides ready to download and make your own in PowerPoint or Google Slides, with speaker notes. Pick the Flash cut or the Full one.

    Slide 1 of the presentation on How ATMs Work: How ATMs WorkSlide 2 of the presentation on How ATMs Work: Who decides that money is yours?Slide 3 of the presentation on How ATMs Work: What we will coverSlide 4 of the presentation on How ATMs Work: Chapter 01: Inside the machineSlide 5 of the presentation on How ATMs Work: Card reader · EPP4 keypad · VaultSlide 6 of the presentation on How ATMs Work: One step at a time, never at onceSlide 7 of the presentation on How ATMs Work: Chapter 02: The PIN and the permissionSlide 8 of the presentation on How ATMs Work: A plain-text PIN never leaves the ATM.Slide 9 of the presentation on How ATMs Work: The father of the HSMSlide 10 of the presentation on How ATMs Work: The language of authorizationSlide 11 of the presentation on How ATMs Work: Chapter 03: A history with many fathersSlide 12 of the presentation on How ATMs Work: Three machines, almost at once: DACS, Bankomat, Chubb MD2Slide 13 of the presentation on How ATMs Work: Who invented the ATM?Slide 14 of the presentation on How ATMs Work: Chapter 04: The chip and the fraudsSlide 15 of the presentation on How ATMs Work: Magnetic stripe against chipSlide 16 of the presentation on How ATMs Work: Three numbers worth keepingSlide 17 of the presentation on How ATMs Work: The three most common frauds: Skimming, Card trapping, JackpottingSlide 18 of the presentation on How ATMs Work: How does an ATM ask the bank for permission?Slide 19 of the presentation on How ATMs Work: And now, the review
    Flash10 slidesThe essential thread, to present in classFull19 slidesEvery chapter and the deeper detail

    Common myths

    • ✗ Myth The ATM was invented by one person, at one specific moment.

      ✓ Reality Historical records point to several near-simultaneous breakthroughs, not a single flash of genius. Luther Simjian patented a machine back in 1960 that accepted deposits but couldn't dispense cash. The team led by John Shepherd-Barron installed what's generally considered the first true ATM for Barclays in Enfield on June 27, 1967 — but a rival Swedish system arrived just nine days later, and a British one, the Chubb MD2, a month after that. The idea of the PIN was developed on that very Chubb MD2 system and is credited to James Goodfellow. Donald Wetzel and Docutel were later recognized by the Smithsonian, in 1995, as the inventors of the networked version of the ATM, in the United States. None of these stories alone explains the machine you use today.

    • ✗ Myth Once typed, a PIN travels unencrypted over the network all the way to the bank.

      ✓ Reality It gets encrypted immediately, inside the ATM's shielded keypad (the EPP4), using techniques like DES or, more often, Triple DES, and passes through a dedicated encryption device, the HSM, before it ever leaves the machine. Traffic headed to the bank's network can also be protected further with SSL. A plain-text PIN never leaves the ATM.

    • ✗ Myth Once chip cards (EMV) arrived, cloning and physical tricks at ATMs became a thing of the past.

      ✓ Reality EMV makes copying card data far harder, since it generates a one-time security code for every transaction, but it doesn't eliminate tricks aimed at the machine itself. Card trapping, for instance, has seen a resurgence in regions like Europe, where chip-and-PIN cards have become more common: it doesn't copy card data at all, it physically traps the card in the reader, and that's exactly why EMV alone can't stop it.

    Mind map

    Drag the background to move around and the nodes to reposition them; use − and + to collapse and expand branches.

    Customize
    Mind map: How ATMs Work: From Card Insertion to Cash in Hand
    • How an ATM Works
      • Hardware
        • Card reader chip or magnetic stripe
        • Shielded keypad (EPP4) accepts and encrypts the PIN instantly
        • CPU runs the interface and transaction logic
        • Vault cash dispenser, tamper sensors
      • PIN encryption
        • HSM dedicated encryption device
        • Atalla Box first HSM, launched commercially in 1973
        • DES and Triple DES encryption algorithms applied to the PIN
      • Authorization
        • ISO 8583 standard shared language with the issuing bank
        • Issuing bank approves or declines the transaction
        • Encrypted communication often reinforced with SSL
      • History
        • Precursors Simjian's Bankograph, 1960
        • Enfield, 1967 Barclays, De La Rue, Shepherd-Barron
        • Near-simultaneous rivals Swedish Bankomat, Chubb MD2
        • The networked ATM Wetzel and Docutel, recognized by the Smithsonian in 1995
      • EMV standard
        • One-time cryptogram replaces the static magnetic-stripe number
        • Global adoption figures self-reported by EMVCo
      • Security and fraud
        • Skimming cloned reader plus hidden camera
        • Card trapping the card gets jammed inside the reader
        • Jackpotting physical access to the internal hard drive

    Quiz: test yourself

    Answer the questions to check what you have learned: you get instant feedback and a short explanation.

    Grade 0/10 0/5
    1 What actually happens, step by step, when you insert your card into an ATM?

    An ATM is built from separate components: a card reader (magnetic or chip) to identify the customer, and a shielded keypad (EPP4) dedicated to receiving and encrypting the PIN. Checking in with the bank comes later, not before the card is read.

    2 What does an HSM (Hardware Security Module), like the Atalla Box launched in 1973, actually do?

    An HSM is the device that turns the typed PIN into a different, encrypted code before it ever leaves the machine. The first one was Mohamed Atalla's Atalla Box, which protected offline devices with an unguessable PIN-generating key.

    3 How does an ATM talk to the card-issuing bank to get a withdrawal approved?

    The authorization request travels from the ATM, through a chain of networks, to the issuing bank's system, formatted according to ISO 8583 — the same standard that underlies Mastercard and Visa authorization messaging.

    4 What sets the cryptogram generated by the EMV chip standard apart from the number stored on a magnetic stripe?

    According to EMVCo, the organization that manages the standard, chip technology generates a security code valid for a single transaction, while the number printed on a magnetic stripe never changes — which is exactly why copied stripe data is so much easier to reuse fraudulently.

    5 True or false: now that chip-and-PIN (EMV) cards are widespread, 'card trapping' — physically trapping a card inside the reader to steal it — has essentially disappeared.

    False: card trapping has actually seen a resurgence in regions like Europe, where chip-and-PIN cards have become more common. The technique doesn't copy any card data — it physically traps the card in the reader — so EMV alone doesn't stop it.

    Answers: 1-B · 2-B · 3-A · 4-B · 5-B

    Flashcards

    Tap the card to flip it and check whether you remember the answer, then move to the next one.

    1 / 8

    Explain it in your own words

    The ultimate test: if you can explain it in simple words, you've truly understood it. Write your explanation, then compare it with the Recap.

    Your explanation is saved only on this device.

    An ATM is not one machine but several working together: a card reader, a shielded keypad, a cash dispenser, and a vault, all coordinated to recognize you and check your PIN. That PIN never travels in the clear — it gets encrypted the instant you type it, by a dedicated device, before the machine 'calls' your bank over a shared international messaging standard called ISO 8583 to ask for approval. Nobody invented the cash machine on their own: rival versions surfaced within weeks of each other in different countries between the late 1960s and early 1970s. The EMV chip standard and hardware encryption make withdrawals far safer than they once were, but fraud like skimming and card trapping hasn't gone away.

    Frequently asked questions

    What physically happens when I insert my card into an ATM?

    A reader scans the chip or magnetic stripe to recognize the card, while the machine's CPU manages what you see on the screen. At the same time, a shielded keypad called the EPP4 gets ready to accept and encrypt the PIN you're about to type.

    Does my PIN travel unencrypted all the way to the bank?

    No. It gets encrypted right inside the ATM's keypad, using techniques like DES or, more commonly, Triple DES, and passes through a dedicated encryption device (the HSM) before it ever reaches the network. Communication between the ATM and the transaction processor can also be further protected with SSL.

    Who invented the ATM?

    No single person. Luther Simjian patented a machine that accepted deposits but couldn't dispense cash back in 1960. The machine generally credited as the first true ATM is the one installed by a team led by John Shepherd-Barron for Barclays in Enfield on June 27, 1967 — but rival systems appeared in Sweden and elsewhere in the UK within days or weeks. The idea of the PIN is credited to James Goodfellow, an engineer who worked on the Chubb MD2 system. Donald Wetzel and Docutel were recognized by the Smithsonian, in 1995, as the inventors of the networked ATM, in the United States.

    What is skimming, and how can I spot it?

    It's the installation of a hidden device over the card slot, often paired with a tiny hidden camera, to copy card data and capture the PIN as it's typed. The U.S. Secret Service recommends checking for signs of tampering, such as broken lights or a keypad that looks raised or loosely attached, and always covering the keypad with your hand while entering your PIN.

    What happens if my ATM card is stolen?

    If you block the card right away by calling your bank's hotline, your loss can be zero, unlike stolen cash. If you can't block it in time, regulations still cap your liability at 50 euros for unauthorized transactions, as long as you report the theft promptly to your bank.

    Sources

    • Automated teller machine — Wikipedia
    • EMV Contact Chip — EMVCo
    • ATM & POS Terminal Skimming — U.S. Secret Service
    • ISO 8583 — Wikipedia
    • Pagamenti in sicurezza — Banca d'Italia

    Every Recap goes through an independent review before publication.

    Every evening, the day's new Recaps on our Telegram channel. Join the channel →

    Keep learning

    • Technology ASCII Table: What Is It? The ASCII table assigns a fixed number to every letter, digit, punctuation mark, and keyboard control command, so that a computer, which only handles numbers, can represent text. Published in 1963 by the ANSI X3.4 committee and adopted for U.S. federal computers in 1968, it uses 7 bits and covers 128 characters, almost all of them from the English alphabet, according to the IEEE's Engineering and Technology History Wiki. RFC 20 shows how those 7 bits fit neatly inside an 8-bit byte, with the highest bit left unused; putting that extra bit to work opens up more combinations, the basis for the variants known as Extended ASCII. Because it only covers English, though, standard ASCII falls short for languages with accents, ideograms, or other alphabets — a gap Unicode was built to close. Read the Recap →
    • Technology Binary Code: What It Is and How Computers Write Numbers Binary code is how a computer represents numbers using only two digits, 0 and 1. The reason is physical: a computer's circuits reliably tell apart only two electrical states, current off or current on, and we label them 0 and 1 for convenience. Just like the decimal system, each digit's value depends on its position, but here positions are worth powers of two instead of powers of ten: the number 101 works out to (1×4)+(0×2)+(1×1), which is 5. Eight of these digits together form a byte, the unit a computer typically uses to hold one number. Binary alone covers numbers; writing letters needs an extra convention, such as ASCII or Unicode, covered in their own Recaps. Read the Recap →
    • Technology Unicode: What Is It? How It Replaced ASCII Unicode is the standard that gives a unique number, called a code point, to every character in every written language. It replaced ASCII, the 1963 code whose 128 characters covered only the English alphabet, with no accents and no other scripts. Text online travels almost always as UTF-8, one of the forms Unicode uses to turn those numbers into bytes, and it's backward compatible: a file written purely in ASCII is already valid UTF-8. Version 18.0 of the standard, published in September 2026, covers 172,808 characters. Read the Recap →

    recaplica

    Clear in 30 seconds, yours in 10 minutes.

    Recaps Mind maps Request a Recap Telegram channel Mind map maker Our method About Privacy & cookies Legal notes & terms of use

    © 2026 Recaplica · A project by Curi S.r.l. — VAT IT05472000750

    Statistics, only if you say so

    To learn which Recaps help most we would use Google Analytics, with aggregate, anonymous data. It starts only with your OK, and you can change your mind anytime. Privacy policy