Hex Encoder/Decoder
Enter text to encode or decode.
Example: 48656C6C6F
0 characters
0 characters
About Hexadecimal Encoding
Hexadecimal (base-16) encoding represents each byte of data as two hex digits (0-9, A-F). Each digit represents 4 bits, so two digits represent one byte (8 bits). Common prefixes include "0x" (used in programming) and "\x" (used in escape sequences).