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 | 亥?蜘?^ | 10001000111001010011111110010010011101110011111101011110 | 88e53f92773f5e |
EUC-JP | 亥?蜘?^ | 10110000111001110011111111000011110110000011111101011110 | b0e73fc3d83f5e |
UTF-8 | 亥렗蜘렫^ | 11100100101110101010010111101011101000001001011111101000100111001001100011101011101000001010101101011110 | e4baa5eba097e89c98eba0ab5e |
UHC | 亥렗蜘렫^ | 111110101010010010001110101011001111001010111011100011101011100101011110 | faa48eacf2bb8eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)