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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獵顏鵈 | 111000001101100011101000111110001110100111111100 | e0d8e8f8e9fc |
EUC-JP | 獵顏鵈 | 111000001101101011110000111110101111001011111110 | e0daf0faf2fe |
UTF-8 | 獵顏鵈 | 111001111000110110110101111010011010000110001111111010011011010110001000 | e78db5e9a18fe9b588 |
UHC | 獵?? | 11010110101101000011111100111111 | d6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)