ホーム16進数から10進数へ10進数から16進数へ16進数から2進数へ2進数から16進数へ16進数からテキストへテキストから16進数へ16進数からASCIIへASCIIから16進数へBase64から16進数へ16進数からBase64へ16進数からIPへIPから16進数へお問い合わせ
言語:

ASCII to Hex Converter

ASCIIまたはテキスト文字列を即座に16進コードに変換します。カスタム区切り文字、出力のコピー、サンプル入力、および以下の完全なASCII文字テーブルをサポートしています。

ASCIIを16進数に変換する方法

  1. ASCII/テキストを入力フィールドに入力または貼り付けます。
  2. 区切り文字を選択します(スペース、コンマ、ダッシュ、またはなし)。
  3. 下の16進数の出力を取得するために変換をクリックします。
  4. 16進数の出力をコピーして、お好きな場所で使用します。

例:ASCIIから16進数へ

  • ASCII入力: Hello
  • 16進数の出力: 48 65 6C 6C 6F
  • Hello48 65 6C 6C 6F

ASCIIテーブル

文字HexDecimal
A4165
B4266
C4367
a6197
b6298
c6399
03048
13149
!2133
?3F63

Where is ASCII to Hex Used?

ASCII to hex conversion is used in programming, networking, debugging, embedded systems, and anywhere byte-level data is displayed or processed. Hexadecimal is shorter and more readable for humans than binary, and widely supported by all platforms.

FAQ

  • Q: Does it support Unicode characters?
    A: This tool is designed for standard ASCII (single byte, 0-127). Extended characters may have different codes in Unicode.
  • Q: Can I use custom delimiters?
    A: Yes, choose one from the list or enter your own string (comma, space, dash, etc.).
  • Q: How do I convert hex back to ASCII?
    A: Use our Hex to ASCII tool for reverse conversion.