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 | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | 浴?????c^ | 100101111000000100111111001111110011111100111111001111110110001101011110 | 97813f3f3f3f3f635e |
EUC-JP | 浴?????c^ | 110011011110000100111111001111110011111100111111001111110110001101011110 | cde13f3f3f3f3f635e |
UTF-8 | 浴녶뮘殮뽫룉c^ | 1110011010110101101101001110101110000101101101101110101110101110100110001110111110100110101001011110101110111101101010111110101110100011100010010110001101011110 | e6b5b4eb85b6ebae98efa6a5ebbdabeba389635e |
UHC | 浴녶뮘殮뽫룉c^ | 1110100110110001100001101110010110010010101001001110011011111001100101101110011110001111100010000110001101011110 | e9b186e592a4e6f996e78f88635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)