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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 紗治h | 11110010111011101000111011010001100011101010000101101000 | f2ee8ed18ea168 |
EUC-JP | ?紗治h | 001111111011110011010011101111001010001101101000 | 3fbcd3bca368 |
UTF-8 | 紗治h | 11101110100010001010010111100111101101001001011111100110101100101011101101101000 | ee88a5e7b497e6b2bb68 |
UHC | ?紗治h | 001111111101111011101001111101101011110101101000 | 3fdee9f6bd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)