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 | 慂儡 | 10011100110010001001100101010011 | 9cc89953 |
EUC-JP | 慂儡 | 11011000110010101101000110110100 | d8cad1b4 |
UTF-8 | 慂儡 | 111001101000010110000010111001011000010010100001 | e68582e584a1 |
UHC | 慂儡 | 11101001101111011101011011101101 | e9bdd6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)