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 | 裂猴 | 10010111111101001110000011001011 | 97f4e0cb |
EUC-JP | 裂猴 | 11001110111101101110000011001101 | cef6e0cd |
UTF-8 | 裂猴 | 111010001010001110000010111001111000110010110100 | e8a382e78cb4 |
UHC | 裂? | 110101101010111000111111 | d6ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)