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 | 髓晏 | 11101001100100101001110111100101 | e9929de5 |
EUC-JP | 髓晏 | 11110001111100101101101011100111 | f1f2dae7 |
UTF-8 | 髓晏 | 111010011010101110010011111001101001100110001111 | e9ab93e6998f |
UHC | 髓晏 | 11100010110100001110010011001111 | e2d0e4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)