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 | 樂未 | 10011110110110011001011010100010 | 9ed996a2 |
EUC-JP | 樂未 | 11011100110110111100110010100100 | dcdbcca4 |
UTF-8 | 樂未 | 111001101010100010000010111001101001110010101010 | e6a882e69caa |
UHC | 樂未 | 11100100110001011101101010110001 | e4c5dab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)