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 | 證?卍 | 1110011010011010001111111001100111000010 | e69a3f99c2 |
EUC-JP | 證?卍 | 1110101111111010001111111101001011000100 | ebfa3fd2c4 |
UTF-8 | 證쇠卍 | 111010001010110110001001111011001000011110100000111001011000110110001101 | e8ad89ec87a0e58d8d |
UHC | 證쇠卍 | 111100011111101110111100111010001101100010110011 | f1fbbce8d8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)