文字コード変換

文字コード変換

Unicode変換ツール

変換 元のテキスト Unicodeエスケープシーケンス document.getElementById('convertButton').addEventListener('click', function() { const inputT...
文字コード変換

URL変換ツール

変換 変換前のURL エンコード後のURL デコード後のURL function convertURL() { const input = document.getElementById('urlInput').value; const e...
文字コード変換

文字コード変換ツール

UTF-8 Shift_JIS EUC-JP ISO-8859-1 変換する 元のテキスト 変換後のテキスト 選択したエンコーディング document.getElementById('conversionForm').addEventLi...
文字コード変換

アスキーコード変換ツール

文字列を入力してください: 文字 ASCIIコード (10進数) 16進数 2進数 function convertAscii() { const inputText = document.getElementById('inputText...
文字コード変換

ユニコード変換ツール

変換 入力テキスト ユニコード形式 function convertToUnicode() { const inputText = document.getElementById("inputText").value; const unic...
文字コード変換

ASCIIコード変換ツール

変換する 入力 ASCIIコード 10進数 16進数 2進数 document.getElementById("asciiForm").addEventListener("submit", function (event) { event....