UTF‑32 Converter Fixed‑width 4‑byte Unicode Encoding
UTF‑32 = EncodeUTF32( Text )  ·  Text = DecodeUTF32( UTF‑32 )
Encode text to UTF‑32 byte sequences (4 bytes per character) or decode UTF‑32 hex bytes back to text. Perfect for systems that need fixed‑width character processing.
Presets:
0 chars
0 bytes idle
Invalid input

UTF‑32 Encoding Steps

0 characters
# Character Code Point UTF‑32 (BE) UTF‑32 (LE)
Enter text to see UTF‑32 encoding steps
UTF‑32 Reference 4 bytes per character
Char Code Point UTF‑32 BE UTF‑32 LE
UTF‑32 uses exactly 4 bytes (32 bits) per character · Big‑Endian (BE) vs Little‑Endian (LE) · BOM: 00 00 FE FF (BE) or FF FE 00 00 (LE)