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 | 魏?孔 | 1110100110110000001111111000110101000101 | e9b03f8d45 |
EUC-JP | 魏?孔 | 1111001010110010001111111011100110100110 | f2b23fb9a6 |
UTF-8 | 魏얌孔 | 111010011010110110001111111011001001011010001100111001011010110110010100 | e9ad8fec968ce5ad94 |
UHC | 魏얌孔 | 111010101110000010111110111001001100110111101110 | eae0bee4cdee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)