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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 俎嗔俎嗔^ | 100110001101011110011010011100001001100011010111100110100111000001011110 | 98d79a7098d79a705e |
EUC-JP | 俎嗔俎嗔^ | 110100001101100111010011110100011101000011011001110100111101000101011110 | d0d9d3d1d0d9d3d15e |
UTF-8 | 俎嗔俎嗔^ | 11100100101111111000111011100101100101111001010011100100101111111000111011100101100101111001010001011110 | e4bf8ee59794e4bf8ee597945e |
UHC | 俎嗔俎嗔^ | 111100001011101111110010110001111111000010111011111100101100011101011110 | f0bbf2c7f0bbf2c75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)