Hex shift
Please note that these tools aren't optimized for large amounts of data, processing can slow down or run into problems once you reach above 150,000
characters. A cap of 1 million characters is currently in place.
Shift hex
Lazy shift a hexadecimal string up or down: 48 65 6c 6c 6f
[Hello] becomes 49 66 6d 6d 70
[Ifmmp] when shifted 1 to the right (+1) or 47 64 6b 6b 6e
[Gdkkn] when shifted 1 to the left.
The delimiter dropdown allows you to select a delimiter, which is how your hex values are split up and joined together. The default is a space, you can select no delimiter if your hex contains no spaces. This will default the split to every 2 characters. Negative numbers are allowed.