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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 驕ィ@h | 1110100110000001101010000100000001101000 | e981a84068 |
EUC-JP | 驕ィ@h | 111100011110000110001110101010000100000001101000 | f1e18ea84068 |
UTF-8 | 驕ィ@h | 1110100110101001100101011110111110111101101010000100000001101000 | e9a995efbda84068 |
UHC | 驕?@h | 1100111011110110001111110100000001101000 | cef63f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)