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 | 樗琳 | 10010010100101001001011111010100 | 929497d4 |
EUC-JP | 樗琳 | 11000011111101001100111011010110 | c3f4ced6 |
UTF-8 | 樗琳 | 111001101010100010010111111001111001000010110011 | e6a897e790b3 |
UHC | 樗琳 | 11101110110000001101011111111011 | eec0d7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)