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 | 枉?跌 | 1001111001011101001111111110011011101001 | 9e5d3fe6e9 |
EUC-JP | 枉?跌 | 1101101110111110001111111110110011101011 | dbbe3feceb |
UTF-8 | 枉렕跌 | 111001101001111010001001111010111010000010010101111010001011011110001100 | e69e89eba095e8b78c |
UHC | 枉렕跌 | 111010001101101110001110101010101111001011110110 | e8db8eaaf2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)