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 | 鰲?肢?\ | 11101001111000000011111110001110100010000011111101011100 | e9e03f8e883f5c |
EUC-JP | 鰲?肢?\ | 11110010111000100011111110111011111010000011111101011100 | f2e23fbbe83f5c |
UTF-8 | 鰲렭肢렖\ | 11101001101100001011001011101011101000001010110111101000100000101010001011101011101000001001011001011100 | e9b0b2eba0ade882a2eba0965c |
UHC | 鰲렭肢렖\ | 111010001010011110001110101110101111001010110110100011101010101101011100 | e8a78ebaf2b68eab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)