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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獰蔕蝨 | 111000001101011011100100111101101110010110011100 | e0d6e4f6e59c |
EUC-JP | 獰蔕蝨 | 111000001101100011101000111110001110100111111100 | e0d8e8f8e9fc |
UTF-8 | 獰蔕蝨 | 111001111000110110110000111010001001010010010101111010001001110110101000 | e78db0e89495e89da8 |
UHC | 獰?蝨 | 1110011110111110001111111110001110100100 | e7be3fe3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)