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 | 齊磐 | 11101010100011101001010011010110 | ea8e94d6 |
EUC-JP | 齊磐 | 11110011111011101100100011011000 | f3eec8d8 |
UTF-8 | 齊磐 | 111010011011110110001010111001111010001110010000 | e9bd8ae7a390 |
UHC | 齊磐 | 11110000101110101101101011110001 | f0badaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)