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 | 賃咽 | 10010010110000001000100011110100 | 92c088f4 |
EUC-JP | 賃咽 | 11000100110000101011000011110110 | c4c2b0f6 |
UTF-8 | 賃咽 | 111010001011001110000011111001011001001010111101 | e8b383e592bd |
UHC | 賃咽 | 11101100111111001110110011010110 | ecfcecd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)