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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 照緻}照緻{^ | 1000111111000110111000110110101101111101100011111100011011100011011010110111101101011110 | 8fc6e36b7d8fc6e36b7b5e |
EUC-JP | 照緻}照緻{^ | 1011111011001000111001011100110001111101101111101100100011100101110011000111101101011110 | bec8e5cc7dbec8e5cc7b5e |
UTF-8 | 照緻}照緻{^ | 111001111000010110100111111001111011011110111011011111011110011110000101101001111110011110110111101110110111101101011110 | e785a7e7b7bb7de785a7e7b7bb7b5e |
UHC | 照緻}照緻{^ | 1111000011001110111101101100011001111101111100001100111011110110110001100111101101011110 | f0cef6c67df0cef6c67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)