Well one option can be take a 4 bit subtractor and subtract the no. you want to convert from '0'.The output will be two's complement of the input.
And second can obviously can be to flip all bits (one's complement) using xor gates followed by adding one.