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 | ?甘?^ | 0011111110001010110000110011111101011110 | 3f8ac33f5e |
EUC-JP | 琨甘?^ | 10001111110011001010110010110100110001010011111101011110 | 8fccacb4c53f5e |
UTF-8 | 琨甘꾕^ | 11100111100100001010100011100111100101001001100011101010101111101001010101011110 | e790a8e79498eabe955e |
UHC | 琨甘꾕^ | 11001101111001001100101011110110101100101101011101011110 | cde4caf6b2d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)