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 | 徇??徇??^ | 100111000110110100111111001111111001110001101101001111110011111101011110 | 9c6d3f3f9c6d3f3f5e |
EUC-JP | 徇??徇??^ | 110101111100111000111111001111111101011111001110001111110011111101011110 | d7ce3f3fd7ce3f3f5e |
UTF-8 | 徇걢꽕徇걢꽕^ | 11100101101111101000011111101010101100011010001011101010101111011001010111100101101111101000011111101010101100011010001011101010101111011001010101011110 | e5be87eab1a2eabd95e5be87eab1a2eabd955e |
UHC | 徇걢꽕徇걢꽕^ | 11100010110111111000000110001011100001001010010011100010110111111000000110001011100001001010010001011110 | e2df818b84a4e2df818b84a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)