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 | 業予 | 10001011110001101001011101011100 | 8bc6975c |
EUC-JP | 業予 | 10110110110010001100110110111101 | b6c8cdbd |
UTF-8 | 業予 | 111001101010010110101101111001001011101010001000 | e6a5ade4ba88 |
UHC | 業予 | 11100101111101101110010111111000 | e5f6e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)