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 | 大膈 | 10010001111001011110010001001100 | 91e5e44c |
EUC-JP | 大膈 | 11000010111001111110011110101101 | c2e7e7ad |
UTF-8 | 大膈 | 111001011010010010100111111010001000011010001000 | e5a4a7e88688 |
UHC | 大膈 | 11010011110111101100110010101110 | d3deccae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)