オンラインツール

文字変換

ルーン文字変換ツール

変換するテキスト (ひらがな・カタカナを入力): 変換タイプ: ひらがな・カタカナからルーン ラテン文字からルーン 変換する 元のテキスト 変換後のルーン文字 document.getElementById('runeForm').addE...
数学変換

基数変換ツール

10進数 2進数 8進数 16進数 10進数 2進数 8進数 16進数 計算実行 基数 値 function convertNumber() { const numberInput = document.getElementById("nu...
書体変換

漢字フォント変換ツール

フォントを変換 フォントスタイル 変換結果 // フォント変換のサンプルデータ const fontStyles = [ { name: '明朝体', transform: (text) => `${text}` }, { name: 'ゴ...
書体変換

明朝体変換ツール

変換 元のテキスト 明朝体フォント document.getElementById('convertForm').onsubmit = function(event) { event.preventDefault(); const inpu...
名称変換

イニシャル変換ツール

フルネームを入力してください (例: 鈴木 一朗): 計算 フルネーム イニシャル document.getElementById('initialsForm').addEventListener('submit', function (e...
書体変換

篆書体変換ツール

変換 function convert() { const inputText = document.getElementById("inputText").value.trim(); const outputDiv = document....
文字生成

ランダム数字生成器

生成する 生成された数字 document.getElementById('randomNumberForm').addEventListener('submit', function(e) { e.preventDefault(); co...
数値変換

シリアル値日付変換ツール

シリアル値を入力してください: シリアル値 変換された日付 function convertSerialToDate() { const serialValue = document.getElementById("serialValue"...