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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 趙???@h | 11100110111000100011111100111111001111110100000001101000 | e6e23f3f3f4068 |
EUC-JP | 趙???@h | 11101100111001000011111100111111001111110100000001101000 | ece43f3f3f4068 |
UTF-8 | 趙얹렰렚@h | 1110100010110110100110011110110010010110101110011110101110100000101100001110101110100000100110100100000001101000 | e8b699ec96b9eba0b0eba09a4068 |
UHC | 趙얹렰렚@h | 11110000111000011011111011110001100011101011110110001110101011010100000001101000 | f0e1bef18ebd8ead4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)