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 | 兄但 | 10001100010110101001001001000001 | 8c5a9241 |
EUC-JP | 兄但 | 10110111101110111100001110100010 | b7bbc3a2 |
UTF-8 | 兄但 | 111001011000010110000100111001001011110110000110 | e58584e4bd86 |
UHC | 兄但 | 11111010111111001101001110100011 | fafcd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)