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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?籬??籬抱^ | 00111111111000101101111100111111001111111110001011011111100101011111100001011110 | 3fe2df3f3fe2df95f85e |
EUC-JP | ?籬??籬抱^ | 00111111111001001110000100111111001111111110010011100001110010101111101001011110 | 3fe4e13f3fe4e1cafa5e |
UTF-8 | 뤒籬暴뤒籬抱^ | 11101011101001001001001011100111101100011010110011101111101010001000011011101011101001001001001011100111101100011010110011100110100010101011000101011110 | eba492e7b1acefa886eba492e7b1ace68ab15e |
UHC | 뤒籬暴뤒籬抱^ | 10001111110000101101011111100110111110001101101110001111110000101101011111100110111110001101100101011110 | 8fc2d7e6f8db8fc2d7e6f8d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)