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 | 菽昔 | 11100100110000011001000011001100 | e4c190cc |
EUC-JP | 菽昔 | 11101000110000111100000011001110 | e8c3c0ce |
UTF-8 | 菽昔 | 111010001000111110111101111001101001100010010100 | e88fbde69894 |
UHC | 菽昔 | 11100010110111011110000010101110 | e2dde0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)