How different computers know which signed integers representation was used by each other?
For example, if I send two's complement method encoded inetegers via network, how does clients know that it was two's complement method instead of, for example, one's complement or signed magnitude?