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 | 魏?未 | 1110100110110000001111111001011010100010 | e9b03f96a2 |
EUC-JP | 魏?未 | 1111001010110010001111111100110010100100 | f2b23fcca4 |
UTF-8 | 魏얩未 | 111010011010110110001111111011001001011010101001111001101001110010101010 | e9ad8fec96a9e69caa |
UHC | 魏얩未 | 111010101110000010111110111011011101101010110001 | eae0beeddab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)