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 | 菎韋犂 | 111001001100000011101000111010001110000010110010 | e4c0e8e8e0b2 |
EUC-JP | 菎韋犂 | 111010001100001011110000111010101110000010110100 | e8c2f0eae0b4 |
UTF-8 | 菎韋犂 | 111010001000111110001110111010011001111110001011111001111000101010000010 | e88f8ee99f8be78a82 |
UHC | ?韋? | 00111111111010101101111100111111 | 3feadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)