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 | 獨埃}獨埃{^ | 1110000011010101100110101011101001111101111000001101010110011010101110100111101101011110 | e0d59aba7de0d59aba7b5e |
EUC-JP | 獨埃}獨埃{^ | 1110000011010111110101001011110001111101111000001101011111010100101111000111101101011110 | e0d7d4bc7de0d7d4bc7b5e |
UTF-8 | 獨埃}獨埃{^ | 111001111000110110101000111001011001111110000011011111011110011110001101101010001110010110011111100000110111101101011110 | e78da8e59f837de78da8e59f837b5e |
UHC | 獨埃}獨埃{^ | 1101010010111100111001001110111101111101110101001011110011100100111011110111101101011110 | d4bce4ef7dd4bce4ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)