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 | 鶯辞嵭湿^ | 111010011111001010001110101010111111101010110011100011101011110001011110 | e9f28eabfab38ebc5e |
EUC-JP | 鶯辞嵭湿^ | 11110010111101001011110010101101100011111011101111011110101111001011111001011110 | f2f4bcad8fbbdebcbe5e |
UTF-8 | 鶯辞嵭湿^ | 11101001101101101010111111101000101111101001111011100101101101011010110111100110101110011011111101011110 | e9b6afe8be9ee5b5ade6b9bf5e |
UHC | 鶯???^ | 111001011010001100111111001111110011111101011110 | e5a33f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)