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 | 拜曄 | 10011101011000001001111001000000 | 9d609e40 |
EUC-JP | 拜曄 | 11011001110000011101101110100001 | d9c1dba1 |
UTF-8 | 拜曄 | 111001101000101110011100111001101001101110000100 | e68b9ce69b84 |
UHC | 拜曄 | 11011011110010001110011110100101 | dbc8e7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)