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 | 讚コ讚コ^ | 11100110101010111011101011100110101010111011101001011110 | e6abbae6abba5e |
EUC-JP | 讚コ讚コ^ | 111011001010110110001110101110101110110010101101100011101011101001011110 | ecad8ebaecad8eba5e |
UTF-8 | 讚コ讚コ^ | 11101000101011101001101011101111101111011011101011101000101011101001101011101111101111011011101001011110 | e8ae9aefbdbae8ae9aefbdba5e |
UHC | 讚?讚?^ | 11110011110001100011111111110011110001100011111101011110 | f3c63ff3c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)