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 | モ虧 | 110100111110010101101011 | d3e56b |
EUC-JP | モ虧 | 10001110110100111110100111001100 | 8ed3e9cc |
UTF-8 | モ虧 | 111011111011111010010011111010001001100110100111 | efbe93e899a7 |
UHC | ?虧 | 001111111111110111010000 | 3ffdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)