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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豊?獵埃 | 10010110010011000011111111100000110110001001101010111010 | 964c3fe0d89aba |
EUC-JP | 豊?獵埃 | 11001011101011010011111111100000110110101101010010111100 | cbad3fe0dad4bc |
UTF-8 | 豊얗獵埃 | 111010001011000110001010111011001001011010010111111001111000110110110101111001011001111110000011 | e8b18aec9697e78db5e59f83 |
UHC | 豊얗獵埃 | 1111100110100101101111101110100111010110101101001110010011101111 | f9a5bee9d6b4e4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)