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 | 案? | 100010001100010000111111 | 88c43f |
EUC-JP | 案搔 | 1011000011000110100011111100000011001011 | b0c68fc0cb |
UTF-8 | 案搔 | 111001101010000110001000111001101001000010010100 | e6a188e69094 |
UHC | 案搔 | 11100100110100001110000110111000 | e4d0e1b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)