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 | ア虧 | 101100011110010101101011 | b1e56b |
EUC-JP | ア虧 | 10001110101100011110100111001100 | 8eb1e9cc |
UTF-8 | ア虧 | 111011111011110110110001111010001001100110100111 | efbdb1e899a7 |
UHC | ?虧 | 001111111111110111010000 | 3ffdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)