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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 紙?紙?B | 10001110100001100011111110001110100001100011111101000010 | 8e863f8e863f42 |
EUC-JP | 紙?紙?B | 10111011111001100011111110111011111001100011111101000010 | bbe63fbbe63f42 |
UTF-8 | 紙렣紙렣B | 11100111101101001001100111101011101000001010001111100111101101001001100111101011101000001010001101000010 | e7b499eba0a3e7b499eba0a342 |
UHC | 紙렣紙렣B | 111100101011010110001110101101001111001010110101100011101011010001000010 | f2b58eb4f2b58eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)