To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 菅}菅{^ | 10010000100110110111110110010000100110110111101101011110 | 909b7d909b7b5e |
EUC-JP | 菅}菅{^ | 10111111111110110111110110111111111110110111101101011110 | bffb7dbffb7b5e |
UTF-8 | 菅}菅{^ | 111010001000111110000101011111011110100010001111100001010111101101011110 | e88f857de88f857b5e |
UHC | 菅}菅{^ | 11001110101110010111110111001110101110010111101101011110 | ceb97dceb97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)