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 | ??xW}??xW{^ | 0011111100111111011110000101011101111101001111110011111101111000010101110111101101011110 | 3f3f78577d3f3f78577b5e |
SJIS-WIN | ??xW}??xW{^ | 0011111100111111011110000101011101111101001111110011111101111000010101110111101101011110 | 3f3f78577d3f3f78577b5e |
EUC-JP | ??xW}??xW{^ | 0011111100111111011110000101011101111101001111110011111101111000010101110111101101011110 | 3f3f78577d3f3f78577b5e |
UTF-8 | 챕찼xW}챕찼xW{^ | 11101100101100011001010111101100101100001011110001111000010101110111110111101100101100011001010111101100101100001011110001111000010101110111101101011110 | ecb195ecb0bc78577decb195ecb0bc78577b5e |
UHC | 챕찼xW}챕찼xW{^ | 110000111010100111000011101000010111100001010111011111011100001110101001110000111010000101111000010101110111101101011110 | c3a9c3a178577dc3a9c3a178577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)