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 | 衣?衣?^ | 10001000110111110011111110001000110111110011111101011110 | 88df3f88df3f5e |
EUC-JP | 衣?衣?^ | 10110000111000010011111110110000111000010011111101011110 | b0e13fb0e13f5e |
UTF-8 | 衣렍衣렍^ | 11101000101000011010001111101011101000001000110111101000101000011010001111101011101000001000110101011110 | e8a1a3eba08de8a1a3eba08d5e |
UHC | 衣렍衣렍^ | 111010111111110110001110101000111110101111111101100011101010001101011110 | ebfd8ea3ebfd8ea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)