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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雨?蜘?^ | 10001001010010100011111110010010011101110011111101011110 | 894a3f92773f5e |
EUC-JP | 雨?蜘?^ | 10110001101010110011111111000011110110000011111101011110 | b1ab3fc3d83f5e |
UTF-8 | 雨렭蜘렲^ | 11101001100110111010100011101011101000001010110111101000100111001001100011101011101000001011001001011110 | e99ba8eba0ade89c98eba0b25e |
UHC | 雨렭蜘렲^ | 111010011110101110001110101110101111001010111011100011101011111101011110 | e9eb8ebaf2bb8ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)