How to use
- Enter text, or hex values separated by spaces.
- Click the conversion direction you want.
- Copy the result to use it.
🎯 Use Cases
- Inspect network packets or binary data
- Simple data encoding/decoding
- Check byte values while debugging
Example
Input
Hello 한글
Output
48 65 6c 6c 6f 20 ed 95 9c ea b8 80
Result of [Text → Hex]. Each ASCII character (Hello and the space) is one byte, while the Korean characters '한' and '글' are encoded as 3 bytes each in UTF-8, giving 12 hex byte pairs in total.
FAQ
- What encoding is this based on?
- It's based on UTF-8 bytes. Multi-byte characters like Korean are shown as several hex byte pairs.
- Does it accept both uppercase and lowercase hex?
- Yes, it's case-insensitive.
- Is my text sent to a server?
- No. Conversion happens entirely in your browser.
More Text Tools
📝
Markdown Preview
Live-preview Markdown as HTML
🔗
URL Encoder/Decoder
Percent-encode/decode URL characters
✏️
Find & Replace
Search & replace with regex support
🆚
Text Diff
Compare two texts line by line
↕️
List Sorter
Sort a list & remove duplicates
📧
Email Extractor
Extract & dedupe emails from text
🔢
Character Counter
Count characters, bytes, lines & words
🔠
Case Converter
Convert to UPPER/lower/Title Case
🔤
Fullwidth/Halfwidth Converter
Convert fullwidth chars ↔ halfwidth ASCII
🈚
Unicode Inspector
Check code points & look up characters
🔟
Text to Decimal
Convert text ↔ decimal code points
0️⃣
Text to Binary
Convert text ↔ UTF-8 byte binary
🔡
ASCII Art Generator
Turn text into an ASCII art banner