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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 衣?}衣?{^ | 100010001101111100111111011111011000100011011111001111110111101101011110 | 88df3f7d88df3f7b5e |
EUC-JP | 衣?}衣?{^ | 101100001110000100111111011111011011000011100001001111110111101101011110 | b0e13f7db0e13f7b5e |
UTF-8 | 衣렍}衣렍{^ | 111010001010000110100011111010111010000010001101011111011110100010100001101000111110101110100000100011010111101101011110 | e8a1a3eba08d7de8a1a3eba08d7b5e |
UHC | 衣렍}衣렍{^ | 1110101111111101100011101010001101111101111010111111110110001110101000110111101101011110 | ebfd8ea37debfd8ea37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)