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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 魏。魏。^ | 11101001101100001010000111101001101100001010000101011110 | e9b0a1e9b0a15e |
EUC-JP | 魏。魏。^ | 111100101011001010001110101000011111001010110010100011101010000101011110 | f2b28ea1f2b28ea15e |
UTF-8 | 魏。魏。^ | 11101001101011011000111111101111101111011010000111101001101011011000111111101111101111011010000101011110 | e9ad8fefbda1e9ad8fefbda15e |
UHC | 魏?魏?^ | 11101010111000000011111111101010111000000011111101011110 | eae03feae03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)