HomeHex to DecimalDecimal to HexHex to BinaryBinary to HexHex to TextText to HexHex to ASCIIASCII to HexBase64 to HexHex to Base64Hex to IPIP to HexContact
Language:

ASCII to Hex Converter

Convert ASCII or text strings to hexadecimal code instantly. Supports custom delimiters, copy output, sample input, and a full ASCII character table below.

How to Convert ASCII to Hex?

  1. Type or paste your ASCII/text into the input field.
  2. Select a delimiter (space, comma, dash, or none).
  3. Click Convert to get the hexadecimal output below.
  4. Copy or use the hex output anywhere you like.

Example: ASCII to Hex

  • ASCII input: Hello
  • Hex output: 48 65 6C 6C 6F
  • Hello48 65 6C 6C 6F

ASCII Table

CharHexDecimal
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.