About this MIDI 14-bits Calculator
MIDI uses 14-bit values in messages such as pitch bend and NRPN data. This calculator splits any 14-bit integer (0–16383) into its most-significant byte (MSB) and least-significant byte (LSB) in both decimal and hexadecimal, following the formula: value = 128 × MSB + LSB.