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 | 鏥蔬 | 11101000010101001110010011110100 | e854e4f4 |
EUC-JP | 鏥蔬 | 11101111101101011110100011110110 | efb5e8f6 |
UTF-8 | 鏥蔬 | 111010011000111110100101111010001001010010101100 | e98fa5e894ac |
UHC | ?蔬 | 001111111110000111001010 | 3fe1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)