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 | 蒙怏 | 10010110110101101001110010001001 | 96d69c89 |
EUC-JP | 蒙怏 | 11001100110110001101011111101001 | ccd8d7e9 |
UTF-8 | 蒙怏 | 111010001001001010011001111001101000000010001111 | e89299e6808f |
UHC | 蒙怏 | 11011001110101011110010011101000 | d9d5e4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)