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 | 畢予 | 10010101010011001001011101011100 | 954c975c |
EUC-JP | 畢予 | 11001001101011011100110110111101 | c9adcdbd |
UTF-8 | 畢予 | 111001111001010110100010111001001011101010001000 | e795a2e4ba88 |
UHC | 畢予 | 11111001101101001110010111111000 | f9b4e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)