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 | 11100110101101101000110011100101100101101000101001101000 | e6b68ce5968a68 |
EUC-JP | 豸悟槙h | 11101100101110001011100011100111110010111110101001101000 | ecb8b8e7cbea68 |
UTF-8 | 豸悟槙h | 11101000101100011011100011100110100000101001111111100110101001111001100101101000 | e8b1b8e6829fe6a79968 |
UHC | ?悟?h | 0011111111100111111101100011111101101000 | 3fe7f63f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)