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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 絶??徇??] | 100100001110001000111111001111111001110001101101001111110011111101011101 | 90e23f3f9c6d3f3f5d |
EUC-JP | 絶??徇??] | 110000001110010000111111001111111101011111001110001111110011111101011101 | c0e43f3fd7ce3f3f5d |
UTF-8 | 絶귝튂徇ㅿ쉭] | 11100111101101011011011011101010101101111001110111101101100010101000001011100101101111101000011111100011100001011011111111101100100010011010110101011101 | e7b5b6eab79ded8a82e5be87e385bfec89ad5d |
UHC | 絶귝튂徇ㅿ쉭] | 11101111101111101000001011100110101110011001100011100010110111111010010011101111101111011010110101011101 | efbe82e6b998e2dfa4efbdad5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)