Hex Encode & Decode

Delimiter
Delimiter
Bytes Per Line

Encode: Converts the input string to hexadecimal bytes separated by the specified delimiter.

e.g. The UTF-8 encoded string "A.Tools" becomes "41 2e 54 6f 6f 6c 73"


Decode: Converts a hexadecimal byte string back into its raw value.

e.g. "41 2e 54 6f 6f 6c 73" becomes the UTF-8 encoded string "A.Tools"

References

https://wikipedia.org/wiki/Hexadecimal

Featured Tools

Featured tools that you might find useful.

Popular Tools

List of popular tools that users love and frequently use.

New Tools

The latest tools added to our collection, designed for you.

Topics

The tools grouped by topics to quickly find what you need.
Base16 Encoder & Decoder that alow you to convert data between Base16 and text. Base16 uses sixteen distinct symbols, most often the symbols

Base16 Encode & Decode

Base16 Encoder & Decoder that alow you to convert data between Base16 and text. Base16 uses sixteen distinct symbols, most often the symbols "0"–"9" to represent values 0 to 9, and "A"–"F" (or alternatively "a"–"f") to represent values from 10 to 15.
Base32 Encoder & Decoder Online

Base32 Encode & Decode

Base32 Encoder & Decoder Online