home
ScriptMenu
新旧漢字変換
説明
新旧漢字変換の java script を修正する
下のテキストボックスのコピーから henkan.js を作り、スクリプトを修正してください。 java script では「//」を付けてコメントアウトします。
新旧漢字変換のページ本体も「名前を付けて保存」(右クリックメニュー)しておく必要があります。
henkan.html と henkan.js を同じフォルダに置いて、エクスプローラーから henkan.html を選んでエンターキーを押せば、変換の準備完了です。
henkan.js
// 新旧漢字変換 function clear(){ document.bunbun.book.value = ""; } function kyukanji(){ str = document.bunbun.book.value; str = str.replace(/桜/g,"櫻"); str = str.replace(/岳/g,"嶽"); str = str.replace(/灯/g,"燈"); str = str.replace(/仏/g,"佛"); str = str.replace(/万/g,"萬"); str = str.replace(/竜/g,"龍"); str = str.replace(/缶/g,"罐"); str = str.replace(/亜/g,"亞"); str = str.replace(/悪/g,"惡"); str = str.replace(/圧/g,"壓"); str = str.replace(/囲/g,"圍"); str = str.replace(/医/g,"醫"); str = str.replace(/為/g,"爲"); str = str.replace(/壱/g,"壹"); str = str.replace(/飲/g,"飮"); str = str.replace(/隠/g,"隱"); str = str.replace(/羽/g,"羽"); str = str.replace(/栄/g,"榮"); str = str.replace(/営/g,"營"); str = str.replace(/衛/g,"衞"); str = str.replace(/益/g,"益"); str = str.replace(/駅/g,"驛"); str = str.replace(/悦/g,"悅"); str = str.replace(/円/g,"圓"); str = str.replace(/塩/g,"鹽"); str = str.replace(/艶/g,"艷"); str = str.replace(/応/g,"應"); str = str.replace(/欧/g,"歐"); str = str.replace(/殴/g,"毆"); str = str.replace(/奥/g,"奧"); str = str.replace(/横/g,"橫"); str = str.replace(/穏/g,"穩"); str = str.replace(/仮/g,"假"); str = str.replace(/価/g,"價"); str = str.replace(/画/g,"畫"); str = str.replace(/会/g,"會"); str = str.replace(/絵/g,"繪"); str = str.replace(/壊/g,"壞"); str = str.replace(/懐/g,"懷"); str = str.replace(/拡/g,"擴"); str = str.replace(/殻/g,"殼"); str = str.replace(/覚/g,"覺"); str = str.replace(/学/g,"學"); str = str.replace(/楽/g,"樂"); str = str.replace(/巻/g,"卷"); str = str.replace(/陥/g,"陷"); str = str.replace(/間/g,"閒"); str = str.replace(/勧/g,"勸"); str = str.replace(/寛/g,"寬"); str = str.replace(/関/g,"關"); str = str.replace(/歓/g,"歡"); str = str.replace(/館/g,"館"); str = str.replace(/観/g,"觀"); str = str.replace(/顔/g,"顏"); str = str.replace(/巌/g,"巖"); str = str.replace(/気/g,"氣"); str = str.replace(/帰/g,"歸"); str = str.replace(/亀/g,"龜"); str = str.replace(/偽/g,"僞"); str = str.replace(/戯/g,"戲"); str = str.replace(/犠/g,"犧"); str = str.replace(/却/g,"卻"); str = str.replace(/旧/g,"舊"); str = str.replace(/拠/g,"據"); str = str.replace(/挙/g,"擧"); str = str.replace(/峡/g,"峽"); str = str.replace(/挟/g,"挾"); str = str.replace(/狭/g,"狹"); str = str.replace(/教/g,"敎"); str = str.replace(/郷/g,"鄕"); str = str.replace(/尭/g,"堯"); str = str.replace(/暁/g,"曉"); str = str.replace(/区/g,"區"); str = str.replace(/駆/g,"驅"); str = str.replace(/勲/g,"勳"); str = str.replace(/薫/g,"薰"); str = str.replace(/径/g,"徑"); str = str.replace(/茎/g,"莖"); str = str.replace(/恵/g,"惠"); str = str.replace(/渓/g,"溪"); str = str.replace(/経/g,"經"); str = str.replace(/蛍/g,"螢"); str = str.replace(/軽/g,"輕"); str = str.replace(/継/g,"繼"); str = str.replace(/鶏/g,"鷄"); str = str.replace(/芸/g,"藝"); str = str.replace(/欠/g,"缺"); str = str.replace(/県/g,"縣"); str = str.replace(/倹/g,"儉"); str = str.replace(/剣/g,"劍"); str = str.replace(/険/g,"險"); str = str.replace(/圏/g,"圈"); str = str.replace(/検/g,"檢"); str = str.replace(/献/g,"獻"); str = str.replace(/権/g,"權"); str = str.replace(/顕/g,"顯"); str = str.replace(/験/g,"驗"); str = str.replace(/厳/g,"嚴"); str = str.replace(/広/g,"廣"); str = str.replace(/効/g,"效"); str = str.replace(/恒/g,"恆"); str = str.replace(/鉱/g,"鑛"); str = str.replace(/号/g,"號"); str = str.replace(/国/g,"國"); str = str.replace(/黒/g,"黑"); str = str.replace(/砕/g,"碎"); str = str.replace(/済/g,"濟"); str = str.replace(/斎/g,"齋"); str = str.replace(/剤/g,"劑"); str = str.replace(/冊/g,"册"); str = str.replace(/雑/g,"雜"); str = str.replace(/参/g,"參"); str = str.replace(/桟/g,"棧"); str = str.replace(/蚕/g,"蠶"); str = str.replace(/惨/g,"慘"); str = str.replace(/賛/g,"贊"); str = str.replace(/残/g,"殘"); str = str.replace(/糸/g,"絲"); str = str.replace(/歯/g,"齒"); str = str.replace(/飼/g,"飼"); str = str.replace(/児/g,"兒"); str = str.replace(/辞/g,"辭"); str = str.replace(/湿/g,"濕"); str = str.replace(/実/g,"實"); str = str.replace(/写/g,"寫"); str = str.replace(/舎/g,"舍"); str = str.replace(/釈/g,"釋"); str = str.replace(/寿/g,"壽"); str = str.replace(/収/g,"收"); str = str.replace(/従/g,"從"); str = str.replace(/渋/g,"澁"); str = str.replace(/獣/g,"獸"); str = str.replace(/縦/g,"縱"); str = str.replace(/粛/g,"肅"); str = str.replace(/処/g,"處"); str = str.replace(/緒/g,"緖"); str = str.replace(/諸/g,"諸"); str = str.replace(/叙/g,"敍"); str = str.replace(/将/g,"將"); str = str.replace(/祥/g,"祥"); str = str.replace(/称/g,"稱"); str = str.replace(/焼/g,"燒"); str = str.replace(/証/g,"證"); str = str.replace(/奨/g,"奬"); str = str.replace(/条/g,"條"); str = str.replace(/乗/g,"乘"); str = str.replace(/浄/g,"淨"); str = str.replace(/剰/g,"剩"); str = str.replace(/畳/g,"疊"); str = str.replace(/縄/g,"繩"); str = str.replace(/壌/g,"壤"); str = str.replace(/嬢/g,"孃"); str = str.replace(/穣/g,"穰"); str = str.replace(/譲/g,"讓"); str = str.replace(/醸/g,"釀"); str = str.replace(/触/g,"觸"); str = str.replace(/嘱/g,"囑"); str = str.replace(/神/g,"神"); str = str.replace(/晋/g,"晉"); str = str.replace(/真/g,"眞"); str = str.replace(/寝/g,"寢"); str = str.replace(/慎/g,"愼"); str = str.replace(/尽/g,"盡"); str = str.replace(/図/g,"圖"); str = str.replace(/粋/g,"粹"); str = str.replace(/酔/g,"醉"); str = str.replace(/穂/g,"穗"); str = str.replace(/随/g,"隨"); str = str.replace(/髄/g,"髓"); str = str.replace(/枢/g,"樞"); str = str.replace(/数/g,"數"); str = str.replace(/瀬/g,"瀨"); str = str.replace(/声/g,"聲"); str = str.replace(/青/g,"靑"); str = str.replace(/斉/g,"齊"); str = str.replace(/清/g,"淸"); str = str.replace(/晴/g,"晴"); str = str.replace(/靖/g,"靖"); str = str.replace(/精/g,"精"); str = str.replace(/静/g,"靜"); str = str.replace(/窃/g,"竊"); str = str.replace(/摂/g,"攝"); str = str.replace(/専/g,"專"); str = str.replace(/浅/g,"淺"); str = str.replace(/戦/g,"戰"); str = str.replace(/践/g,"踐"); str = str.replace(/銭/g,"錢"); str = str.replace(/潜/g,"潛"); str = str.replace(/繊/g,"纖"); str = str.replace(/禅/g,"禪"); str = str.replace(/双/g,"雙"); str = str.replace(/壮/g,"壯"); str = str.replace(/争/g,"爭"); str = str.replace(/荘/g,"莊"); str = str.replace(/捜/g,"搜"); str = str.replace(/挿/g,"插"); str = str.replace(/曽/g,"曾"); str = str.replace(/装/g,"裝"); str = str.replace(/総/g,"總"); str = str.replace(/聡/g,"聰"); str = str.replace(/騒/g,"騷"); str = str.replace(/増/g,"增"); str = str.replace(/蔵/g,"藏"); str = str.replace(/臓/g,"臟"); str = str.replace(/属/g,"屬"); str = str.replace(/続/g,"續"); str = str.replace(/堕/g,"墮"); str = str.replace(/対/g,"對"); str = str.replace(/体/g,"體"); str = str.replace(/帯/g,"帶"); str = str.replace(/滞/g,"滯"); str = str.replace(/台/g,"臺"); str = str.replace(/滝/g,"瀧"); str = str.replace(/択/g,"擇"); str = str.replace(/沢/g,"澤"); str = str.replace(/担/g,"擔"); str = str.replace(/単/g,"單"); str = str.replace(/胆/g,"膽"); str = str.replace(/団/g,"團"); str = str.replace(/断/g,"斷"); str = str.replace(/弾/g,"彈"); str = str.replace(/遅/g,"遲"); str = str.replace(/痴/g,"癡"); str = str.replace(/虫/g,"蟲"); str = str.replace(/昼/g,"晝"); str = str.replace(/鋳/g,"鑄"); str = str.replace(/猪/g,"猪"); str = str.replace(/庁/g,"廳"); str = str.replace(/聴/g,"聽"); str = str.replace(/勅/g,"敕"); str = str.replace(/鎮/g,"鎭"); str = str.replace(/塚/g,"塚"); str = str.replace(/逓/g,"遞"); str = str.replace(/鉄/g,"鐵"); str = str.replace(/点/g,"點"); str = str.replace(/転/g,"轉"); str = str.replace(/伝/g,"傳"); str = str.replace(/都/g,"都"); str = str.replace(/当/g,"當"); str = str.replace(/党/g,"黨"); str = str.replace(/盗/g,"盜"); str = str.replace(/稲/g,"稻"); str = str.replace(/闘/g,"鬪"); str = str.replace(/徳/g,"德"); str = str.replace(/独/g,"獨"); str = str.replace(/読/g,"讀"); str = str.replace(/届/g,"屆"); str = str.replace(/弐/g,"貳"); str = str.replace(/悩/g,"惱"); str = str.replace(/脳/g,"腦"); str = str.replace(/覇/g,"霸"); str = str.replace(/拝/g,"拜"); str = str.replace(/廃/g,"廢"); str = str.replace(/売/g,"賣"); str = str.replace(/麦/g,"麥"); str = str.replace(/発/g,"發"); str = str.replace(/髪/g,"髮"); str = str.replace(/抜/g,"拔"); str = str.replace(/飯/g,"飯"); str = str.replace(/蛮/g,"蠻"); str = str.replace(/秘/g,"祕"); str = str.replace(/浜/g,"濱"); str = str.replace(/瓶/g,"甁"); str = str.replace(/福/g,"福"); str = str.replace(/払/g,"拂"); str = str.replace(/並/g,"竝"); str = str.replace(/餅/g,"餠"); str = str.replace(/辺/g,"邊"); str = str.replace(/変/g,"變"); str = str.replace(/弁/g,"辯"); str = str.replace(/宝/g,"寶"); str = str.replace(/豊/g,"豐"); str = str.replace(/褒/g,"襃"); str = str.replace(/没/g,"沒"); str = str.replace(/翻/g,"飜"); str = str.replace(/槙/g,"槇"); str = str.replace(/満/g,"滿"); str = str.replace(/黙/g,"默"); str = str.replace(/弥/g,"彌"); str = str.replace(/訳/g,"譯"); str = str.replace(/薬/g,"藥"); str = str.replace(/与/g,"與"); str = str.replace(/予/g,"豫"); str = str.replace(/余/g,"餘"); str = str.replace(/誉/g,"譽"); str = str.replace(/揺/g,"搖"); str = str.replace(/様/g,"樣"); str = str.replace(/謡/g,"謠"); str = str.replace(/遥/g,"遙"); str = str.replace(/瑶/g,"瑤"); str = str.replace(/来/g,"來"); str = str.replace(/頼/g,"賴"); str = str.replace(/乱/g,"亂"); str = str.replace(/覧/g,"覽"); str = str.replace(/隆/g,"隆"); str = str.replace(/両/g,"兩"); str = str.replace(/猟/g,"獵"); str = str.replace(/緑/g,"綠"); str = str.replace(/隣/g,"鄰"); str = str.replace(/塁/g,"壘"); str = str.replace(/礼/g,"禮"); str = str.replace(/励/g,"勵"); str = str.replace(/霊/g,"靈"); str = str.replace(/隷/g,"隸"); str = str.replace(/齢/g,"齡"); str = str.replace(/恋/g,"戀"); str = str.replace(/炉/g,"爐"); str = str.replace(/労/g,"勞"); str = str.replace(/郎/g,"郞"); str = str.replace(/朗/g,"朗"); str = str.replace(/楼/g,"樓"); str = str.replace(/禄/g,"祿"); str = str.replace(/湾/g,"灣"); str = str.replace(/舗/g,"舖"); //新旧関係ではないが、追加 str = str.replace(/付/g,"附"); str = str.replace(/高/g,"髙"); document.bunbun.book.value = str; } function shinkanji(){ str = document.bunbun.book.value; str = str.replace(/櫻/g,"桜"); str = str.replace(/嶽/g,"岳"); str = str.replace(/燈/g,"灯"); str = str.replace(/佛/g,"仏"); str = str.replace(/萬/g,"万"); str = str.replace(/龍/g,"竜"); str = str.replace(/罐/g,"缶"); str = str.replace(/亞/g,"亜"); str = str.replace(/惡/g,"悪"); str = str.replace(/壓/g,"圧"); str = str.replace(/圍/g,"囲"); str = str.replace(/醫/g,"医"); str = str.replace(/爲/g,"為"); str = str.replace(/壹/g,"壱"); str = str.replace(/逸/g,"逸"); str = str.replace(/飮/g,"飲"); str = str.replace(/隱/g,"隠"); str = str.replace(/羽/g,"羽"); str = str.replace(/榮/g,"栄"); str = str.replace(/營/g,"営"); str = str.replace(/銳/g,"鋭"); str = str.replace(/衞/g,"衛"); str = str.replace(/益/g,"益"); str = str.replace(/驛/g,"駅"); str = str.replace(/悅/g,"悦"); str = str.replace(/謁/g,"謁"); str = str.replace(/閱/g,"閲"); str = str.replace(/圓/g,"円"); str = str.replace(/鹽/g,"塩"); str = str.replace(/緣/g,"縁"); str = str.replace(/艷/g,"艶"); str = str.replace(/應/g,"応"); str = str.replace(/歐/g,"欧"); str = str.replace(/毆/g,"殴"); str = str.replace(/奧/g,"奥"); str = str.replace(/橫/g,"横"); str = str.replace(/溫/g,"温"); str = str.replace(/穩/g,"穏"); str = str.replace(/假/g,"仮"); str = str.replace(/價/g,"価"); str = str.replace(/禍/g,"禍"); str = str.replace(/畫/g,"画"); str = str.replace(/會/g,"会"); str = str.replace(/悔/g,"悔"); str = str.replace(/海/g,"海"); str = str.replace(/繪/g,"絵"); str = str.replace(/壞/g,"壊"); str = str.replace(/懷/g,"懐"); str = str.replace(/慨/g,"慨"); str = str.replace(/槪/g,"概"); str = str.replace(/擴/g,"拡"); str = str.replace(/殼/g,"殻"); str = str.replace(/覺/g,"覚"); str = str.replace(/學/g,"学"); str = str.replace(/樂/g,"楽"); str = str.replace(/喝/g,"喝"); str = str.replace(/渴/g,"渇"); str = str.replace(/褐/g,"褐"); str = str.replace(/鐮/g,"鎌"); str = str.replace(/卷/g,"巻"); str = str.replace(/陷/g,"陥"); str = str.replace(/閒/g,"間"); str = str.replace(/勸/g,"勧"); str = str.replace(/寬/g,"寛"); str = str.replace(/漢/g,"漢"); str = str.replace(/關/g,"関"); str = str.replace(/歡/g,"歓"); str = str.replace(/館/g,"館"); str = str.replace(/觀/g,"観"); str = str.replace(/顏/g,"顔"); str = str.replace(/巖/g,"巌"); str = str.replace(/氣/g,"気"); str = str.replace(/祈/g,"祈"); str = str.replace(/既/g,"既"); str = str.replace(/旣/g,"既"); str = str.replace(/歸/g,"帰"); str = str.replace(/龜/g,"亀"); str = str.replace(/器/g,"器"); str = str.replace(/僞/g,"偽"); str = str.replace(/戲/g,"戯"); str = str.replace(/犧/g,"犠"); str = str.replace(/卻/g,"却"); str = str.replace(/舊/g,"旧"); str = str.replace(/據/g,"拠"); str = str.replace(/擧/g,"挙"); str = str.replace(/虛/g,"虚"); str = str.replace(/峽/g,"峡"); str = str.replace(/挾/g,"挟"); str = str.replace(/狹/g,"狭"); str = str.replace(/强/g,"強"); str = str.replace(/敎/g,"教"); str = str.replace(/鄕/g,"郷"); str = str.replace(/響/g,"響"); str = str.replace(/堯/g,"尭"); str = str.replace(/曉/g,"暁"); str = str.replace(/勤/g,"勤"); str = str.replace(/謹/g,"謹"); str = str.replace(/區/g,"区"); str = str.replace(/驅/g,"駆"); str = str.replace(/勳/g,"勲"); str = str.replace(/薰/g,"薫"); str = str.replace(/徑/g,"径"); str = str.replace(/莖/g,"茎"); str = str.replace(/契/g,"契"); str = str.replace(/惠/g,"恵"); str = str.replace(/揭/g,"掲"); str = str.replace(/溪/g,"渓"); str = str.replace(/經/g,"経"); str = str.replace(/螢/g,"蛍"); str = str.replace(/輕/g,"軽"); str = str.replace(/繼/g,"継"); str = str.replace(/鷄/g,"鶏"); str = str.replace(/藝/g,"芸"); str = str.replace(/擊/g,"撃"); str = str.replace(/缺/g,"欠"); str = str.replace(/硏/g,"研"); str = str.replace(/縣/g,"県"); str = str.replace(/儉/g,"倹"); str = str.replace(/劍/g,"剣"); str = str.replace(/險/g,"険"); str = str.replace(/圈/g,"圏"); str = str.replace(/檢/g,"検"); str = str.replace(/獻/g,"献"); str = str.replace(/權/g,"権"); str = str.replace(/顯/g,"顕"); str = str.replace(/驗/g,"験"); str = str.replace(/彥/g,"彦"); str = str.replace(/嚴/g,"厳"); str = str.replace(/戶/g,"戸"); str = str.replace(/吳/g,"呉"); str = str.replace(/娛/g,"娯"); str = str.replace(/廣/g,"広"); str = str.replace(/效/g,"効"); str = str.replace(/恆/g,"恒"); str = str.replace(/黃/g,"黄"); str = str.replace(/鑛/g,"鉱"); str = str.replace(/號/g,"号"); str = str.replace(/吿/g,"告"); str = str.replace(/國/g,"国"); str = str.replace(/黑/g,"黒"); str = str.replace(/穀/g,"穀"); str = str.replace(/碎/g,"砕"); str = str.replace(/濟/g,"済"); str = str.replace(/齋/g,"斎"); str = str.replace(/歲/g,"歳"); str = str.replace(/劑/g,"剤"); str = str.replace(/册/g,"冊"); str = str.replace(/殺/g,"殺"); str = str.replace(/雜/g,"雑"); str = str.replace(/參/g,"参"); str = str.replace(/棧/g,"桟"); str = str.replace(/蠶/g,"蚕"); str = str.replace(/慘/g,"惨"); str = str.replace(/產/g,"産"); str = str.replace(/贊/g,"賛"); str = str.replace(/殘/g,"残"); str = str.replace(/絲/g,"糸"); str = str.replace(/祉/g,"祉"); str = str.replace(/視/g,"視"); str = str.replace(/齒/g,"歯"); str = str.replace(/飼/g,"飼"); str = str.replace(/兒/g,"児"); str = str.replace(/辭/g,"辞"); str = str.replace(/濕/g,"湿"); str = str.replace(/實/g,"実"); str = str.replace(/寫/g,"写"); str = str.replace(/社/g,"社"); str = str.replace(/舍/g,"舎"); str = str.replace(/者/g,"者"); str = str.replace(/煮/g,"煮"); str = str.replace(/釋/g,"釈"); str = str.replace(/壽/g,"寿"); str = str.replace(/收/g,"収"); str = str.replace(/臭/g,"臭"); str = str.replace(/從/g,"従"); str = str.replace(/澁/g,"渋"); str = str.replace(/獸/g,"獣"); str = str.replace(/縱/g,"縦"); str = str.replace(/祝/g,"祝"); str = str.replace(/肅/g,"粛"); str = str.replace(/處/g,"処"); str = str.replace(/渚/g,"渚"); str = str.replace(/暑/g,"暑"); str = str.replace(/署/g,"署"); str = str.replace(/緖/g,"緒"); str = str.replace(/諸/g,"諸"); str = str.replace(/敍/g,"叙"); str = str.replace(/尙/g,"尚"); str = str.replace(/將/g,"将"); str = str.replace(/祥/g,"祥"); str = str.replace(/稱/g,"称"); str = str.replace(/涉/g,"渉"); str = str.replace(/燒/g,"焼"); str = str.replace(/證/g,"証"); str = str.replace(/奬/g,"奨"); str = str.replace(/條/g,"条"); str = str.replace(/狀/g,"状"); str = str.replace(/乘/g,"乗"); str = str.replace(/淨/g,"浄"); str = str.replace(/剩/g,"剰"); str = str.replace(/疊/g,"畳"); str = str.replace(/繩/g,"縄"); str = str.replace(/壤/g,"壌"); str = str.replace(/孃/g,"嬢"); str = str.replace(/穰/g,"穣"); str = str.replace(/讓/g,"譲"); str = str.replace(/釀/g,"醸"); str = str.replace(/觸/g,"触"); str = str.replace(/囑/g,"嘱"); str = str.replace(/神/g,"神"); str = str.replace(/晉/g,"晋"); str = str.replace(/眞/g,"真"); str = str.replace(/寢/g,"寝"); str = str.replace(/愼/g,"慎"); str = str.replace(/盡/g,"尽"); str = str.replace(/圖/g,"図"); str = str.replace(/粹/g,"粋"); str = str.replace(/醉/g,"酔"); str = str.replace(/穗/g,"穂"); str = str.replace(/隨/g,"随"); str = str.replace(/髓/g,"髄"); str = str.replace(/樞/g,"枢"); str = str.replace(/數/g,"数"); str = str.replace(/瀨/g,"瀬"); str = str.replace(/聲/g,"声"); str = str.replace(/靑/g,"青"); str = str.replace(/齊/g,"斉"); str = str.replace(/淸/g,"清"); str = str.replace(/晴/g,"晴"); str = str.replace(/靖/g,"靖"); str = str.replace(/精/g,"精"); str = str.replace(/靜/g,"静"); str = str.replace(/稅/g,"税"); str = str.replace(/竊/g,"窃"); str = str.replace(/攝/g,"摂"); str = str.replace(/節/g,"節"); str = str.replace(/說/g,"説"); str = str.replace(/絕/g,"絶"); str = str.replace(/專/g,"専"); str = str.replace(/淺/g,"浅"); str = str.replace(/戰/g,"戦"); str = str.replace(/踐/g,"践"); str = str.replace(/錢/g,"銭"); str = str.replace(/潛/g,"潜"); str = str.replace(/纖/g,"繊"); str = str.replace(/禪/g,"禅"); str = str.replace(/祖/g,"祖"); str = str.replace(/雙/g,"双"); str = str.replace(/壯/g,"壮"); str = str.replace(/爭/g,"争"); str = str.replace(/莊/g,"荘"); str = str.replace(/搜/g,"捜"); str = str.replace(/插/g,"挿"); str = str.replace(/巢/g,"巣"); str = str.replace(/曾/g,"曽"); str = str.replace(/瘦/g,"痩"); str = str.replace(/裝/g,"装"); str = str.replace(/僧/g,"僧"); str = str.replace(/層/g,"層"); str = str.replace(/總/g,"総"); str = str.replace(/聰/g,"聡"); str = str.replace(/騷/g,"騒"); str = str.replace(/增/g,"増"); str = str.replace(/憎/g,"憎"); str = str.replace(/藏/g,"蔵"); str = str.replace(/贈/g,"贈"); str = str.replace(/臟/g,"臓"); str = str.replace(/卽/g,"即"); str = str.replace(/屬/g,"属"); str = str.replace(/續/g,"続"); str = str.replace(/墮/g,"堕"); str = str.replace(/對/g,"対"); str = str.replace(/體/g,"体"); str = str.replace(/帶/g,"帯"); str = str.replace(/滯/g,"滞"); str = str.replace(/臺/g,"台"); str = str.replace(/瀧/g,"滝"); str = str.replace(/擇/g,"択"); str = str.replace(/澤/g,"沢"); str = str.replace(/琢/g,"琢"); str = str.replace(/脫/g,"脱"); str = str.replace(/擔/g,"担"); str = str.replace(/單/g,"単"); str = str.replace(/膽/g,"胆"); str = str.replace(/嘆/g,"嘆"); str = str.replace(/團/g,"団"); str = str.replace(/斷/g,"断"); str = str.replace(/彈/g,"弾"); str = str.replace(/遲/g,"遅"); str = str.replace(/癡/g,"痴"); str = str.replace(/蟲/g,"虫"); str = str.replace(/晝/g,"昼"); str = str.replace(/鑄/g,"鋳"); str = str.replace(/著/g,"著"); str = str.replace(/猪/g,"猪"); str = str.replace(/廳/g,"庁"); str = str.replace(/徵/g,"徴"); str = str.replace(/聽/g,"聴"); str = str.replace(/懲/g,"懲"); str = str.replace(/敕/g,"勅"); str = str.replace(/鎭/g,"鎮"); str = str.replace(/塚/g,"塚"); str = str.replace(/禎/g,"禎"); str = str.replace(/遞/g,"逓"); str = str.replace(/鐵/g,"鉄"); str = str.replace(/點/g,"点"); str = str.replace(/轉/g,"転"); str = str.replace(/傳/g,"伝"); str = str.replace(/都/g,"都"); str = str.replace(/當/g,"当"); str = str.replace(/黨/g,"党"); str = str.replace(/盜/g,"盗"); str = str.replace(/稻/g,"稲"); str = str.replace(/鬪/g,"闘"); str = str.replace(/鬭/g,"闘"); str = str.replace(/德/g,"徳"); str = str.replace(/獨/g,"独"); str = str.replace(/讀/g,"読"); str = str.replace(/突/g,"突"); str = str.replace(/屆/g,"届"); str = str.replace(/內/g,"内"); str = str.replace(/難/g,"難"); str = str.replace(/貳/g,"弐"); str = str.replace(/惱/g,"悩"); str = str.replace(/腦/g,"脳"); str = str.replace(/霸/g,"覇"); str = str.replace(/拜/g,"拝"); str = str.replace(/廢/g,"廃"); str = str.replace(/賣/g,"売"); str = str.replace(/梅/g,"梅"); str = str.replace(/麥/g,"麦"); str = str.replace(/發/g,"発"); str = str.replace(/髮/g,"髪"); str = str.replace(/拔/g,"抜"); str = str.replace(/飯/g,"飯"); str = str.replace(/繁/g,"繁"); str = str.replace(/晚/g,"晩"); str = str.replace(/蠻/g,"蛮"); str = str.replace(/卑/g,"卑"); str = str.replace(/祕/g,"秘"); str = str.replace(/碑/g,"碑"); str = str.replace(/姬/g,"姫"); str = str.replace(/濱/g,"浜"); str = str.replace(/賓/g,"賓"); str = str.replace(/頻/g,"頻"); str = str.replace(/敏/g,"敏"); str = str.replace(/甁/g,"瓶"); str = str.replace(/侮/g,"侮"); str = str.replace(/福/g,"福"); str = str.replace(/拂/g,"払"); str = str.replace(/倂/g,"併"); str = str.replace(/竝/g,"並"); str = str.replace(/塀/g,"塀"); str = str.replace(/餠/g,"餅"); str = str.replace(/邊/g,"辺"); str = str.replace(/變/g,"変"); str = str.replace(/辯/g,"弁"); str = str.replace(/辨/g,"弁"); str = str.replace(/瓣/g,"弁"); str = str.replace(/勉/g,"勉"); str = str.replace(/步/g,"歩"); str = str.replace(/舖/g,"舗"); str = str.replace(/寶/g,"宝"); str = str.replace(/豐/g,"豊"); str = str.replace(/襃/g,"褒"); str = str.replace(/墨/g,"墨"); str = str.replace(/沒/g,"没"); str = str.replace(/飜/g,"翻"); str = str.replace(/槇/g,"槙"); str = str.replace(/每/g,"毎"); str = str.replace(/滿/g,"満"); str = str.replace(/免/g,"免"); str = str.replace(/麵/g,"麺"); str = str.replace(/默/g,"黙"); str = str.replace(/彌/g,"弥"); str = str.replace(/譯/g,"訳"); str = str.replace(/藥/g,"薬"); str = str.replace(/祐/g,"祐"); str = str.replace(/與/g,"与"); str = str.replace(/豫/g,"予"); str = str.replace(/餘/g,"余"); str = str.replace(/譽/g,"誉"); str = str.replace(/搖/g,"揺"); str = str.replace(/樣/g,"様"); str = str.replace(/謠/g,"謡"); str = str.replace(/遙/g,"遥"); str = str.replace(/瑤/g,"瑶"); str = str.replace(/來/g,"来"); str = str.replace(/賴/g,"頼"); str = str.replace(/亂/g,"乱"); str = str.replace(/覽/g,"覧"); str = str.replace(/欄/g,"欄"); str = str.replace(/隆/g,"隆"); str = str.replace(/旅/g,"旅"); str = str.replace(/虜/g,"虜"); str = str.replace(/兩/g,"両"); str = str.replace(/獵/g,"猟"); str = str.replace(/綠/g,"緑"); str = str.replace(/鄰/g,"隣"); str = str.replace(/淚/g,"涙"); str = str.replace(/壘/g,"塁"); str = str.replace(/類/g,"類"); str = str.replace(/禮/g,"礼"); str = str.replace(/勵/g,"励"); str = str.replace(/戾/g,"戻"); str = str.replace(/靈/g,"霊"); str = str.replace(/隸/g,"隷"); str = str.replace(/齡/g,"齢"); str = str.replace(/曆/g,"暦"); str = str.replace(/歷/g,"歴"); str = str.replace(/戀/g,"恋"); str = str.replace(/廉/g,"廉"); str = str.replace(/練/g,"練"); str = str.replace(/鍊/g,"錬"); str = str.replace(/爐/g,"炉"); str = str.replace(/勞/g,"労"); str = str.replace(/郞/g,"郎"); str = str.replace(/朗/g,"朗"); str = str.replace(/廊/g,"廊"); str = str.replace(/樓/g,"楼"); str = str.replace(/祿/g,"禄"); str = str.replace(/錄/g,"録"); str = str.replace(/灣/g,"湾"); //新旧関係ではないが、追加。髙→高は疑問 str = str.replace(/附/g,"付"); // str = str.replace(/髙/g,"高"); document.bunbun.book.value = str; }