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 | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | 節?????@h | 100100001101111100111111001111110011111100111111001111110100000001101000 | 90df3f3f3f3f3f4068 |
EUC-JP | 節?????@h | 110000001110000100111111001111110011111100111111001111110100000001101000 | c0e13f3f3f3f3f4068 |
UTF-8 | 節쇽푶呂볡ㅎ@h | 1110011110101111100000001110110010000111101111011110110110010001101101101110111110100110100000001110101110110011101000011110001110000101100011100100000001101000 | e7af80ec87bded91b6efa680ebb3a1e3858e4068 |
UHC | 節쇽푶呂볡ㅎ@h | 1110111110111101101111001110111110111110100001001110010111111011100100111110011110100100101111100100000001101000 | efbdbcefbe84e5fb93e7a4be4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)