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 | 扇?}扇?{^ | 100100001110111000111111011111011001000011101110001111110111101101011110 | 90ee3f7d90ee3f7b5e |
EUC-JP | 扇?}扇?{^ | 110000001111000000111111011111011100000011110000001111110111101101011110 | c0f03f7dc0f03f7b5e |
UTF-8 | 扇涉}扇涉{^ | 111001101000100110000111111001101011011010001001011111011110011010001001100001111110011010110110100010010111101101011110 | e68987e6b6897de68987e6b6897b5e |
UHC | 扇涉}扇涉{^ | 1110000010111111111000001110111101111101111000001011111111100000111011110111101101011110 | e0bfe0ef7de0bfe0ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)