ASCII轉十六進位

Convert text to hex-encoded strings with configurable delimiters.

ASCII Input
Hex Output
0 字元 0 位元組

ASCII to Hex Converter

This tool converts ASCII text into hexadecimal byte values with configurable delimiters.

The conversion runs locally in your browser.

How to use

  1. Type or paste text into the input editor.
  2. Choose a hex delimiter from the dropdown.
  3. Click Convert to encode the text to hex.
  4. Use Copy to copy the result.

What is ASCII to Hex?

ASCII to hex conversion maps each character to its hexadecimal byte value. For example, 'H' = hex 48.

Input notes

Supports any text. Choose from delimiters: None, Space, 0x, 0X, \x, \X.

Example

Converting ASCII text to hex:

--- ASCII Input ---
Hello, World!

--- Hex Output (Space delimited) ---
48 65 6C 6C 6F 2C 20 57 6F 72 6C 64 21