แปลงข้อความเป็นเลขฐานสิบหกและกลับกัน
ลองใช้เครื่องมืออื่นของเราด้วย
A hex converter encodes text as hexadecimal values — the base-16 number system widely used in computing to represent binary data in a compact, human-readable form. Each character is represented by its ASCII or Unicode code point written in hex.
This format appears in color codes, memory addresses, file headers, and network protocols. Converting text to hex and back is a routine task in low-level programming and security analysis.
Hex editors display file contents in hex but are designed for binary files and require a desktop application. ToolPop converts arbitrary text to hex in a browser with no installation — better for quick conversions and educational use with plain text.