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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ????ル?^ | 0011111100111111001111110011111110000011100010110011111101011110 | 3f3f3f3f838b3f5e |
EUC-JP | 濚???ル?^ | 10001111110010011010000100111111001111110011111110100101111010110011111101011110 | 8fc9a13f3f3fa5eb3f5e |
UTF-8 | 濚믩젵驪ル졁^ | 11100110101111111001101011101011101011111010100111101100101000001011010111101111101001101000011111100011100000111010101111101100101000011000000101011110 | e6bf9aebafa9eca0b5efa687e383abeca1815e |
UHC | 濚믩젵驪ル졁^ | 11100111101110011001001011101011101000001010100111100110101011111010101111101011101000001011001001011110 | e7b992eba0a9e6afabeba0b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)