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 | ?屯?^ | 0011111110010011110101000011111101011110 | 3f93d43f5e |
EUC-JP | 塼屯?^ | 10001111101110001011100111000110110101100011111101011110 | 8fb8b9c6d63f5e |
UTF-8 | 塼屯혓^ | 11100101101000011011110011100101101100011010111111101101100110001001001101011110 | e5a1bce5b1afed98935e |
UHC | 塼屯혓^ | 11101110111101001101010011101010110001111111101001011110 | eef4d4eac7fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)