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 | 111110101011010000111111001111111001000011011111001111110011111101101000 | fab43f3f90df3f3f68 |
EUC-JP | 嶸??節??h | 10001111101110111111010000111111001111111100000011100001001111110011111101101000 | 8fbbf43f3fc0e13f3f68 |
UTF-8 | 嶸륅풏節운궗h | 11100101101101101011100011101011101001011000010111101101100100101000111111100111101011111000000011101100100110101011010011101010101101101001011101101000 | e5b6b8eba585ed928fe7af80ec9ab4eab69768 |
UHC | 嶸륅풏節운궗h | 11100111101011101000111111101111101111101001001111101111101111011011111111101110100000101010110001101000 | e7ae8fefbe93efbdbfee82ac68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)