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 | 嘗淞 | 10001111101001101001111111000010 | 8fa69fc2 |
EUC-JP | 嘗淞 | 10111110101010001101111011000100 | bea8dec4 |
UTF-8 | 嘗淞 | 111001011001100010010111111001101011011110011110 | e59897e6b79e |
UHC | 嘗淞 | 11011111110001001110000111100111 | dfc4e1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)