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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 池?泣?∧h | 100100100111001000111111100010111000001100111111100000011100100001101000 | 92723f8b833f81c868 |
EUC-JP | 池?泣?∧h | 110000111101001100111111101101011110001100111111101000101100101001101000 | c3d33fb5e33fa2ca68 |
UTF-8 | 池렔泣닷∧h | 11100110101100011010000011101011101000001001010011100110101100111010001111101011100010111011011111100010100010001010011101101000 | e6b1a0eba094e6b3a3eb8bb7e288a768 |
UHC | 池렔泣닷∧h | 1111001010101110100011101010100111101011111010001011010011100101101000011111110001101000 | f2ae8ea9ebe8b4e5a1fc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)