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 | ?~???@^ | 00111111011111100011111100111111001111110100000001011110 | 3f7e3f3f3f405e |
SJIS-WIN | ?~???@^ | 00111111011111100011111100111111001111110100000001011110 | 3f7e3f3f3f405e |
EUC-JP | ?~???@^ | 00111111011111100011111100111111001111110100000001011110 | 3f7e3f3f3f405e |
UTF-8 | 횪~혡챗챌@^ | 111011011001101010101010011111101110110110011000101000011110110010110001100101111110110010110001100011000100000001011110 | ed9aaa7eed98a1ecb197ecb18c405e |
UHC | 횪~혡챗챌@^ | 1100001110100000011111101100001010001010110000111010101011000011101001110100000001011110 | c3a07ec28ac3aac3a7405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)