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 | 魏?柯 | 1110100110110000001111111001111001101000 | e9b03f9e68 |
EUC-JP | 魏?柯 | 1111001010110010001111111101101111001001 | f2b23fdbc9 |
UTF-8 | 魏얩柯 | 111010011010110110001111111011001001011010101001111001101001111110101111 | e9ad8fec96a9e69faf |
UHC | 魏얩柯 | 111010101110000010111110111011011100101010101111 | eae0beedcaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)