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 | ??C??C^ | 00111111001111110100001100111111001111110100001101011110 | 3f3f433f3f435e |
SJIS-WIN | 嶢?C嶢?C^ | 100110111101000000111111010000111001101111010000001111110100001101011110 | 9bd03f439bd03f435e |
EUC-JP | 嶢?C嶢?C^ | 110101101101001000111111010000111101011011010010001111110100001101011110 | d6d23f43d6d23f435e |
UTF-8 | 嶢렎C嶢렎C^ | 111001011011011010100010111010111010000010001110010000111110010110110110101000101110101110100000100011100100001101011110 | e5b6a2eba08e43e5b6a2eba08e435e |
UHC | 嶢렎C嶢렎C^ | 1110100011110010100011101010010001000011111010001111001010001110101001000100001101011110 | e8f28ea443e8f28ea4435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)