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 | 襦ч | 11100110010000001000010010001001 | e6408489 |
EUC-JP | 襦ч | 11101011101000011010011111101001 | eba1a7e9 |
UTF-8 | 襦ч | 1110100010100101101001101101000110000111 | e8a5a6d187 |
UHC | ?ч | 001111111010110011101001 | 3face9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)