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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 耳???~ | 100011101010100000111111001111110011111101111110 | 8ea83f3f3f7e |
EUC-JP | 耳???~ | 101111001010101000111111001111110011111101111110 | bcaa3f3f3f7e |
UTF-8 | 耳얜렧렮~ | 11101000100000001011001111101100100101101001110011101011101000001010011111101011101000001010111001111110 | e880b3ec969ceba0a7eba0ae7e |
UHC | 耳얜렧렮~ | 111011001011110010111110111010111000111010110110100011101011101101111110 | ecbcbeeb8eb68ebb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)