How to Use This Tool
- Enter your text in the input box
- Select the desired output format (decimal, hex, or binary)
- Choose a delimiter to separate the byte values
- Select the text encoding if needed (default is UTF-8)
- Click "Convert to Bytes" to see the result
Common Text to Bytes Conversions
"Hello" → 72 101 108 108 111
(decimal)
"Hello" → 48 65 6C 6C 6F
(hex)
"Hello" → 01001000 01100101 01101100 01101100 01101111
(binary)
About Text to Bytes Conversion
This tool converts text characters to their corresponding byte values using the selected character encoding. Each character is converted to one or more bytes depending on the encoding scheme. UTF-8 and UTF-16 can represent a wide range of Unicode characters using variable numbers of bytes per character.