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 | 海?海?^ | 10001010010000110011111110001010010000110011111101011110 | 8a433f8a433f5e |
EUC-JP | 海?海?^ | 10110011101001000011111110110011101001000011111101011110 | b3a43fb3a43f5e |
UTF-8 | 海렲海렲^ | 11100110101101011011011111101011101000001011001011100110101101011011011111101011101000001011001001011110 | e6b5b7eba0b2e6b5b7eba0b25e |
UHC | 海렲海렲^ | 111110101010110110001110101111111111101010101101100011101011111101011110 | faad8ebffaad8ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)