XhCode 開発者ツールセット

オンライン テキスト トランスフォーマー

テキストを必要な形式に変換するのに役立ちます: 16 進数値、8 進数値、10 進数値、2 進数値、小文字文字、大文字文字、大文字小文字の反転、改行など

binary value %boctal value %odecimal value %d
hex value: %xuppercase char %Clowercase char %c
character itself %_invert case %~newline \n
transpose text %_\n wrap and characters to hex (%x)uppercase text %C
double space text %_  You could combine them freely.