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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 葯托 | 11100100110111101001000111101111 | e4de91ef |
EUC-JP | 葯托 | 11101000111000001100001011110001 | e8e0c2f1 |
UTF-8 | 葯托 | 111010001001000110101111111001101000100110011000 | e891afe68998 |
UHC | 葯托 | 11100101101101011111011011110101 | e5b5f6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)