Multi-Format Data Conversion Tool
Enter text to convert to hexadecimal
Hexadecimal result will appear here
| Char | Decimal | Hex | Binary | Description |
|---|
Base-16 number system using digits 0-9 and letters A-F (or a-f).
Each hex digit represents 4 binary bits (nibble):
0x in programmingHexadecimal (base-16) is a numeral system that uses 16 distinct symbols: 0-9 for values zero to nine, and A-F (or a-f) for values ten to fifteen. It's commonly used in computing and digital systems because each hex digit represents exactly 4 binary bits, making it a compact way to represent binary data.
convert()
Run conversion
swap()
Swap input/output formats
sample()
Load sample data
clear()
Clear all fields
ascii()
Show ASCII table
help()
Show all commands
Open browser console (F12) to use commands