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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 冶???ε?^ | 100101101110100000111111001111110011111110000011110000110011111101011110 | 96e83f3f3f83c33f5e |
EUC-JP | 冶???ε?^ | 110011001110101000111111001111110011111110100110110001010011111101011110 | ccea3f3f3fa6c53f5e |
UTF-8 | 冶싲ㅊ嶪ε쫿^ | 111001011000011010110110111011001000101110110010111000111000010110001010111001011011011010101010110011101011010111101100101010111011111101011110 | e586b6ec8bb2e3858ae5b6aaceb5ecabbf5e |
UHC | 冶싲ㅊ嶪ε쫿^ | 11100101101001111001101011101011101001001011101011100101111101011010010111100101101001101001011001011110 | e5a79aeba4bae5f5a5e5a6965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)