Lewati ke konten utama

Konverter Huruf ke Angka

Ubah huruf menjadi angka dan sebaliknya menggunakan kode A1Z26, A0Z25, ASCII, heksadesimal, biner, atau kode ketuk (tap code) — dekoder cepat untuk teka-teki, sandi, dan escape room.

Input

Pengaturan konversi

Output

Hasil
 
Apakah ini membantu?

Cara lain menggunakan alat ini

REST API

curl -X POST https://api.iotools.cloud/v1/tool/letter-to-number-converter \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Hello World!",
    "codeType": "a1z26",
    "direction": "text_to_number",
    "separator": "space"
  }'

Ganti dengan kunci Anda sendiri dari akun Anda. Bidang alat menjadi isi permintaan — tanpa pembungkus.

Tanyakan ke agen AI

Use the IOTools `letter-to-number-converter` tool (Letter to Number Converter) on this input:

YOUR_INPUT_HERE

Tempelkan ini ke agen mana pun yang terhubung ke server MCP IOTools, lalu tambahkan input Anda.

Widget sematan

<iframe
  src="https://iotools.cloud/embed/letter-to-number-converter/"
  width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
  title="Konverter Huruf ke Angka — iotools.cloud"
  sandbox="allow-scripts allow-forms allow-same-origin allow-downloads allow-popups allow-popups-to-escape-sandbox"
  allow="clipboard-write"
  style="width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden"></iframe>
<script src="https://iotools.cloud/embed.js" async></script>

Tempelkan ini di halaman Anda sendiri — gratis, tanpa kunci, cukup tautan balik.

Biaya per panggilan API/MCPMulai dari 5 kredit
Butuh kredit lebih?Lihat harga

Juga tersedia melalui

Panduan

What this tool does

It swaps letters for numbers, and numbers back into letters, using six different schemes. Puzzle hunters, escape-room designers, geocachers and cryptography students all run into these codes; this converter handles them in one place, in both directions.

The six code types

A1Z26 is the classic: A = 1, B = 2, all the way to Z = 26. It shows up constantly in puzzle boxes and treasure hunts.

A0Z25 is the same idea offset by one, so A = 0. It's the form you want when the puzzle is really about modular arithmetic.

ASCII gives each character its numeric code point — H is 72, the space character is 32, ! is 33. Unlike the alphabet codes, ASCII covers punctuation and digits too.

Hex ASCII and Binary ASCII are the same code points written in base 16 (0x48) and base 2 (0b1001000). Handy when you're staring at a hex dump.

Tap code, also called knock code, lays the alphabet on a grid and encodes each letter as row-then-column: A is 11, H is 23. Prisoners of war famously used it to tap messages through walls.

The traditional tap code uses a 5×5 grid, which only holds 25 letters — K is dropped and written as C. This tool keeps all 26 letters distinct instead, giving K its own code (31) and placing Z at 56, just off the edge of the grid. Encoding and decoding therefore round-trip losslessly, but a purist's 5×5 grid won't decode a 56.

How to use it

Paste your text, pick a code type, choose a direction, and pick how the output should be separated. The result updates as you type.

What happens to spaces and punctuation?

Anything the code can't map passes straight through. In A1Z26, Hi! becomes 8 9 ! — the exclamation mark survives as itself. That's intentional and matches how these puzzles are usually written down, but it does mean word boundaries are preserved as literal spaces in the output.

When decoding, the tool accepts numbers separated by spaces, commas or dashes. Tap code is the exception: it splits on spaces and commas only, because a dash would tear a 11-12 pair in half.

Is my text sent anywhere?

No. The conversion runs entirely in your browser — nothing is uploaded, logged or stored.

a1z26cipherasciitap codeletternumberdecode

Suka alat-alatnya? Hilangkan iklannya.

Satu kali pembayaran menghapus semua iklan dari akun Anda, selamanya. Tanpa langganan, tanpa pelacakan.