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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 韜韜 | 11101000111010011110100011101001 | e8e9e8e9 |
EUC-JP | 韜韜 | 11110000111010111111000011101011 | f0ebf0eb |
UTF-8 | 韜韜 | 111010011001111110011100111010011001111110011100 | e99f9ce99f9c |
UHC | 韜韜 | 11010100101101111101010010110111 | d4b7d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)