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 | 10011001010000100011111100111111001111110100000001101000 | 99423f3f3f4068 |
EUC-JP | 傳???@h | 11010001101000110011111100111111001111110100000001101000 | d1a33f3f3f4068 |
UTF-8 | 傳뀜렰렍@h | 1110010110000010101100111110101110000000100111001110101110100000101100001110101110100000100011010100000001101000 | e582b3eb809ceba0b0eba08d4068 |
UHC | 傳뀜렰렍@h | 11101110111011101011001011110001100011101011110110001110101000110100000001101000 | eeeeb2f18ebd8ea34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)