What Packed BCD Converter does
Encode decimal digits as packed binary-coded decimal bytes or decode packed BCD bytes back to decimal digits.
Input and output contract
Each decoded nibble must be 0 through 9; odd digit counts are encoded with a leading zero nibble. Space-separated packed BCD hex or decimal digit text.
Safe workflow
Choose direction and enter decimal digits or hexadecimal BCD bytes. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
Packed BCD is not the same as ordinary binary integer storage and this Tool does not handle zoned BCD. A nibble A through F means the input is not valid packed decimal under this profile.