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 | 孩?孩?^ | 10011011011101110011111110011011011101110011111101011110 | 9b773f9b773f5e |
EUC-JP | 孩?孩?^ | 11010101110110000011111111010101110110000011111101011110 | d5d83fd5d83f5e |
UTF-8 | 孩넸孩넵^ | 11100101101011011010100111101011100001001011100011100101101011011010100111101011100001001011010101011110 | e5ada9eb84b8e5ada9eb84b55e |
UHC | 孩넸孩넵^ | 111110101010100110110011110111101111101010101001101100111101110001011110 | faa9b3defaa9b3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)