Coding Compare


This tool allows you to easily compare two hex values and spot the differences.
Just enter two hexadecimal values with the same even length in the fields below and click the button below the two input fields.
When the result is shown you can easily share it via the OBDeleven forum with pressing the button.
In order to paste the copied BBcode you need to enter the full reply window on the forum by clicking on the "Reply" button.
There you'll find a tab with the name BBCode were you should paste the copied code.
To see the result you have to switch back to the Preview tab.

Parameter name Allowed characters Length Required Description
value1 A-F 0-9 (case insensitive) 2-70 yes Your first hex value
value2 A-F 0-9 (case insensitive) 2-70 yes Your second hex value
onlyDiff true or false - no (default value is false) Set to true if you only want to see the bytes that are different
Example usage with only required parameters:
https://obd.itsezz.de/cc?value1=115f0a08&value2=44320308
Example usage with all parameters:
https://obd.itsezz.de/cc?value1=115f0a08&value2=44320308&onlyDiff=true