🔢 Hex Converter

Convert between Hex, Integers, Floats & more with Endian support

Invalid hex input

📦 Byte Representation

--
0 bytes | Hex: --

8-bit Values 1 byte

Int8 (Signed)
--
UInt8 (Unsigned)
--
Binary
--

16-bit Values 2 bytes

Int16 (Signed)
--
UInt16 (Unsigned)
--
Binary
--

32-bit Integers 4 bytes

Int32 (Signed)
--
UInt32 (Unsigned)
--
Binary
--

32-bit Float (IEEE 754) 4 bytes

Float32
--
Scientific
--
Components
--

64-bit Integers 8 bytes

Int64 (Signed)
--
UInt64 (Unsigned)
--

64-bit Double (IEEE 754) 8 bytes

Float64
--
Scientific
--
Components
--

ASCII / Text

ASCII String
--
UTF-8 String
--

🔄 Reverse: Decimal to Hex

As Int32 Hex
--
As Float32 Hex
--
As Float64 Hex
--