Converter
Free PLC DINT Converter
Inspect the same 32-bit value as a Rockwell-style signed DINT, unsigned DWORD, hexadecimal word, binary pattern, bytes, words, individual bits, and swapped register views.
DINT Data Converter
Convert a 32-bit value into signed, unsigned, hex, binary, byte, word, and bit views.
Register Views
Useful when comparing PLC tags, Modbus registers, and vendor byte ordering.
Bit Viewer
Endian and Swap Views
See where a positive DINT becomes negative
Signedness changes how a 32-bit pattern is interpreted; it does not change the stored bits. The boundary between 16#7FFF_FFFF and 16#8000_0000 is the fastest way to prove whether a display mismatch is caused by a signed-versus-unsigned contract.
Worked 32-bit boundary examples
Enter any row in the free converter to inspect its bytes, words, binary pattern, individual bits, and swap candidates.
| Hex pattern | Signed DINT | Unsigned DWORD | Interpretation |
|---|---|---|---|
| 16#0000_3039 | 12,345 | 12,345 | Ordinary positive value |
| 16#7FFF_FFFF | 2,147,483,647 | 2,147,483,647 | Largest signed DINT |
| 16#8000_0000 | -2,147,483,648 | 2,147,483,648 | Sign bit turns on |
| 16#FFFF_FFFF | -1 | 4,294,967,295 | All 32 bits on |
Check the data contract before using the result
- Confirm whether the source defines a signed DINT, unsigned DWORD or UDINT, or a raw bit mask.
- Preserve the original hexadecimal value before applying a byte or 16-bit word swap.
- Treat byte order inside a word and word order across two registers as separate decisions.
- Test known values around 16#7FFF_FFFF and 16#8000_0000 before changing an HMI, gateway, or PLC mapping.
From one value to a repeatable workflow
Use the free conversion, then choose the depth you need
The complete DINT converter stays free for one-value checks. Toolkit adds REAL, BCD, ASCII, Gray code, Modbus register, string, width, and batch PLC data workflows. Pro Toolkit adds troubleshooting guides and browser-local field records with PDF output.
Free PLC data reference
Review signedness, byte and word order, Modbus mapping, and IEEE 754 examples.
Open referenceToolkit PLC data workbench
Continue into manual formats, REAL, Modbus, string, endian, width, and batch utilities.
Preview ToolkitPro field records
Turn commissioning, troubleshooting, change, backup, and handoff work into reusable PDF records.
Preview Pro workflowsToolkit is $5/month for advanced PLC data tools. Pro Toolkit is $15/month and adds troubleshooting procedures, field records, and included library downloads. This DINT converter stays free.
Interpretation reminder
A converter preserves the 32-bit pattern while changing its representation. Confirm device byte order, word order, signedness, and register mapping before writing values to equipment.
Supporting knowledge-base guides
Start with a public worked example, then use the complete Pro procedure for commissioning and troubleshooting.