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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 餘??W | 1110100101010000001111110011111101010111 | e9503f3f57 |
EUC-JP | 餘??W | 1111000110110001001111110011111101010111 | f1b13f3f57 |
UTF-8 | 餘롪댗W | 11101001101001001001100011101011101000011010101011101011100011001001011101010111 | e9a498eba1aaeb8c9757 |
UHC | 餘롪댗W | 11100110101011101000111011101010100010001011101101010111 | e6ae8eea88bb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)