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 | ??J??W | 001111110011111101001010001111110011111101010111 | 3f3f4a3f3f57 |
SJIS-WIN | 壕?J紆?W | 1000110110001000001111110100101011100010111111000011111101010111 | 8d883f4ae2fc3f57 |
EUC-JP | 壕?J紆?W | 1011100111101000001111110100101011100100111111100011111101010111 | b9e83f4ae4fe3f57 |
UTF-8 | 壕렚J紆렣W | 1110010110100011100101011110101110100000100110100100101011100111101101001000011011101011101000001010001101010111 | e5a395eba09a4ae7b486eba0a357 |
UHC | 壕렚J紆렣W | 11111011101111011000111010101101010010101110100111100001100011101011010001010111 | fbbd8ead4ae9e18eb457 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)