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 | 續膳 | 11100011100101001001000101010110 | e3949156 |
EUC-JP | 續膳 | 11100101111101001100000110110111 | e5f4c1b7 |
UTF-8 | 續膳 | 111001111011101010001100111010001000011010110011 | e7ba8ce886b3 |
UHC | 續膳 | 11100001110110011110000011001110 | e1d9e0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)