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 | 赤肆 | 10010000110101001110001111100110 | 90d4e3e6 |
EUC-JP | 赤肆 | 11000000110101101110011011101000 | c0d6e6e8 |
UTF-8 | 赤肆 | 111010001011010110100100111010001000001010000110 | e8b5a4e88286 |
UHC | 赤肆 | 11101110111001011101111011101011 | eee5deeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)