Skip to content

Instantly share code, notes, and snippets.

@t-okkn
Last active May 7, 2026 10:39
Show Gist options
  • Select an option

  • Save t-okkn/60846ab234faefcec975144f450dcf64 to your computer and use it in GitHub Desktop.

Select an option

Save t-okkn/60846ab234faefcec975144f450dcf64 to your computer and use it in GitHub Desktop.
いわゆる「ベル打ち」の日本語変換テーブルです

ベル打ち変換テーブル

ポケベルでの文字打ちを日本語に変換するためのjsonファイルです。
英数字については半角文字を使用しています。

60, 78, 79, 70, 89にはオリジナルの文字を割り当てています。

ポケベルコード 元の文字 オリジナル割当
60
78 -
79 _
70 「 」(半角空白)
89 (割り当てなし) \n(ラインフィード)
{
"11": "", "12": "", "13": "", "14": "", "15": "",
"16": "A", "17": "B", "18": "C", "19": "D", "10": "E",
"21": "", "22": "", "23": "", "24": "", "25": "",
"26": "F", "27": "G", "28": "H", "29": "I", "20": "J",
"31": "", "32": "", "33": "", "34": "", "35": "",
"36": "K", "37": "L", "38": "M", "39": "N", "30": "O",
"41": "", "42": "", "43": "", "44": "", "45": "",
"46": "P", "47": "Q", "48": "R", "49": "S", "40": "T",
"51": "", "52": "", "53": "", "54": "", "55": "",
"56": "U", "57": "V", "58": "W", "59": "X", "50": "Y",
"61": "", "62": "", "63": "", "64": "", "65": "",
"66": "Z", "67": "", "68": "", "69": "", "60": "",
"71": "", "72": "", "73": "", "74": "", "75": "",
"76": "", "77": "", "78": "-", "79": "_", "70": " ",
"81": "", "82": "", "83": "", "84": "", "85": "",
"86": "", "87": "", "88": " ", "89": "\\n", "80": "",
"91": "", "92": "", "93": "", "94": "", "95": "",
"96": "1", "97": "2", "98": "3", "99": "4", "90": "5",
"01": "", "02": "", "03": "", "04": "", "05": "",
"06": "6", "07": "7", "08": "8", "09": "9", "00": "0",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment