文字変換

文字変換

特殊文字アルファベット変換ツール

変換したいテキストを入力してください: 変換 変換結果 オリジナルテキスト 変換されたテキスト function convertText() { const inputText = document.getElementById('inpu...
文字変換

お嬢様言葉変換ツール

変換したいテキストを入力してください: 変換する オリジナルテキスト お嬢様言葉 document.getElementById('convertButton').addEventListener('click', function() {...
文字変換

大文字小文字変換ツール

変換するテキストを入力: 変換する 入力テキスト 変換後テキスト document.getElementById("convertButton").onclick = function(event) { event.preventDefau...
文字変換

旧字体変換ツール

テキストを入力してください: 変換 新字体 旧字体 document.getElementById('converterForm').addEventListener('submit', function(event) { event.pr...
文字変換

ローマ字名前変換ツール

お名前を入力してください(ひらがな・カタカナ): 変換する 入力名 ローマ字表記 備考 document.getElementById('romajiForm').addEventListener('submit', function(ev...
文字変換

予測変換リセット計算ツール

計算 入力内容 処理結果 備考 document.getElementById('resetForm').addEventListener('submit', function(event) { event.preventDefault()...
文字変換

半角カタカナ変換ツール

変換 元のテキスト 変換後のテキスト function convertKana() { const inputText = document.getElementById("inputText").value; if (!inputText...
文字変換

ギャル文字変換ツール

.gal-converter { font-family: 'Noto Sans JP', sans-serif; color: #333; margin: 20px 0; } .gal-container { max-width: 800...
文字変換

ハングル変換名前ツール

元の名前 ハングル表記 document.getElementById('nameForm').addEventListener('submit', function(event) { event.preventDefault(); con...
文字変換

ヒエログリフ変換ツール

変換したいテキストを入力してください: 変換する 入力テキスト ヒエログリフ document.getElementById('convert-button').addEventListener('click', function() { ...