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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 豸悟牒^ | 11100110101101101000110011100101100100101010101101011110 | e6b68ce592ab5e |
EUC-JP | 豸悟牒^ | 11101100101110001011100011100111110001001010110101011110 | ecb8b8e7c4ad5e |
UTF-8 | 豸悟牒^ | 11101000101100011011100011100110100000101001111111100111100010011001001001011110 | e8b1b8e6829fe789925e |
UHC | ?悟牒^ | 001111111110011111110110111101001110000001011110 | 3fe7f6f4e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)