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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ク魏タ\ | 11110001111001011011100011101001101100001100000001011100 | f1e5b8e9b0c05c |
EUC-JP | ?ク魏タ\ | 0011111110001110101110001111001010110010100011101100000001011100 | 3f8eb8f2b28ec05c |
UTF-8 | ク魏タ\ | 11101110100001011010000011101111101111011011100011101001101011011000111111101111101111101000000001011100 | ee85a0efbdb8e9ad8fefbe805c |
UHC | ??魏?\ | 001111110011111111101010111000000011111101011100 | 3f3feae03f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)