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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 鷹??BF | 100100011110100100111111001111110100001001000110 | 91e93f3f4246 |
EUC-JP | 鷹??BF | 110000101110101100111111001111110100001001000110 | c2eb3f3f4246 |
UTF-8 | 鷹덂래BF | 1110100110110111101110011110101110001101100000101110101110011110100110000100001001000110 | e9b7b9eb8d82eb9e984246 |
UHC | 鷹덂래BF | 1110101111101101100010001110010110110111101000010100001001000110 | ebed88e5b7a14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)