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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 揄??揄??h | 100111011000100100111111001111111001110110001001001111110011111101101000 | 9d893f3f9d893f3f68 |
EUC-JP | 揄??揄??h | 110110011110100100111111001111111101100111101001001111110011111101101000 | d9e93f3fd9e93f3f68 |
UTF-8 | 揄븍룏揄븍룏h | 11100110100011111000010011101011101110001000110111101011101000111000111111100110100011111000010011101011101110001000110111101011101000111000111101101000 | e68f84ebb88deba38fe68f84ebb88deba38f68 |
UHC | 揄븍룏揄븍룏h | 11101010111100011011101011101011100011111000110111101010111100011011101011101011100011111000110101101000 | eaf1baeb8f8deaf1baeb8f8d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)