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 | 輦雍 | 11100111011100101110100010110100 | e772e8b4 |
EUC-JP | 輦雍 | 11101101110100111111000010110110 | edd3f0b6 |
UTF-8 | 輦雍 | 111010001011110010100110111010011001101110001101 | e8bca6e99b8d |
UHC | 輦雍 | 11010110101001101110100010111100 | d6a6e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)