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 | ºÏÌÀ^ | 1011101011001111110011001100000001011110 | bacfccc05e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ºÏÌÀ^ | 10001111101000101110101110001111101010101100000110001111101010101100000010001111101010101010001001011110 | 8fa2eb8faac18faac08faaa25e |
UTF-8 | ºÏÌÀ^ | 110000101011101011000011100011111100001110001100110000111000000001011110 | c2bac38fc38cc3805e |
UHC | º???^ | 101010001010110000111111001111110011111101011110 | a8ac3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)