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 | 衣?肢?\ | 10001000110111110011111110001110100010000011111101011100 | 88df3f8e883f5c |
EUC-JP | 衣?肢?\ | 10110000111000010011111110111011111010000011111101011100 | b0e13fbbe83f5c |
UTF-8 | 衣렋肢렍\ | 11101000101000011010001111101011101000001000101111101000100000101010001011101011101000001000110101011100 | e8a1a3eba08be882a2eba08d5c |
UHC | 衣렋肢렍\ | 111010111111110110001110101000101111001010110110100011101010001101011100 | ebfd8ea2f2b68ea35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)