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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?雨垂 | 0011111110001001010010101001000010000010 | 3f894a9082 |
EUC-JP | 梡雨垂 | 10001111110000111111001110110001101010111011111111100010 | 8fc3f3b1abbfe2 |
UTF-8 | 梡雨垂 | 111001101010001010100001111010011001101110101000111001011001111010000010 | e6a2a1e99ba8e59e82 |
UHC | 梡雨垂 | 111010001100100111101001111010111110000111110111 | e8c9e9ebe1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)