DMX Converter

Quickly convert dmx numbers from 8 bit to 16 bit and 16 bit back to 8 bit.

8 bit DMX Values

Coarse (0-255) Fine (0-255)

16 bit DMX Value

(0-65535)

Conversion Equations

Below are the equations you need to work the values out for yourself.

8 bit Coarse

( / 256) rounded down

8 bit Fine

( - ( X 256))

16 bit

( X 256 ) +