書体変換 毛筆フォント変換ツール 変換したいテキストを入力してください: 変換 オリジナルテキスト 毛筆フォントテキスト document.getElementById('fontForm').addEventListener('submit', function (eve... 2024.09.17 書体変換
書体変換 楷書体変換ツール 変換 入力文字 楷書体 document.getElementById('conversionForm').addEventListener('submit', function(event) { event.preventDefault(... 2024.09.17 書体変換
数字変換 二進数文字変換ツール 変換 テキスト 二進数 document.getElementById('conversionForm').addEventListener('submit', function(event) { event.preventDefault(... 2024.09.17 数字変換
暗号変換 シーザー暗号変換ツール 変換するテキスト: シフト数 (1-25): 変換する 元のテキスト 変換されたテキスト シフト数 document.getElementById('convertButton').addEventListener('click', fun... 2024.09.17 暗号変換
数値変換 シリアル値日付変換ツール シリアル値を入力してください: シリアル値 変換された日付 function convertSerialToDate() { const serialValue = document.getElementById("serialValue"... 2024.09.17 数値変換
単位変換 インチミリ変換ツール インチを入力してください: 変換 インチ ミリメートル function convert() { const inches = document.getElementById('inches').value; const resultBod... 2024.09.17 単位変換
換算 常勤換算計算ツール 常勤職員の人数 (フルタイム): 非常勤職員の労働時間の総和 (時間): 非常勤職員の基準労働時間 (フルタイムの1人分の時間): 計算する 計算結果 項目 値 常勤職員の人数 換算職員数 合計換算職員数 function calculat... 2024.09.17 換算
色変換 RGB⇒CMYK変換ツール 赤 (R): 緑 (G): 青 (B): CMYKの値 シアン (C) マゼンタ (M) イエロー (Y) 黒 (K) 値 function convertColor() { // フォームの値を取得 const r = parseInt(... 2024.09.17 色変換
色変換 RGB変換ツール R値 (0-255): G値 (0-255): B値 (0-255): 変換 色空間 値 function convertColor() { const r = parseInt(document.getElementById('r').v... 2024.09.17 色変換
プログラミング変換 整数と文字列の変換ツール 整数を入力してください: 変換 整数 変換後の文字列 document.getElementById("conversionForm").addEventListener("submit", function(event) { event.... 2024.09.17 プログラミング変換