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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 獰h?^ | 111000001101011010000010100010000011111101011110 | e0d682883f5e |
EUC-JP | 獰h?^ | 111000001101100010100011111010000011111101011110 | e0d8a3e83f5e |
UTF-8 | 獰h뵒^ | 11100111100011011011000011101111101111011000100011101011101101011001001001011110 | e78db0efbd88ebb5925e |
UHC | 獰h뵒^ | 11100111101111101010001111101000100101001001010001011110 | e7bea3e894945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)