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 | 叔商 | 10001111011001101000111110100100 | 8f668fa4 |
EUC-JP | 叔商 | 10111101110001111011111010100110 | bdc7bea6 |
UTF-8 | 叔商 | 111001011000111110010100111001011001010110000110 | e58f94e59586 |
UHC | 叔商 | 11100010110100101101111111000010 | e2d2dfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)