sign extension
Computing term: extending the sign bit when converting a binary number to a larger bit width.
Sign extension is necessary to handle negative numbers correctly.
Compound of 符号 (sign) and 拡張 (extension), a calque of English 'sign extension'.