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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 姙?在?B | 10011011010010110011111110001101110111010011111101000010 | 9b4b3f8ddd3f42 |
EUC-JP | 姙?在?B | 11010101101011000011111110111010110111110011111101000010 | d5ac3fbadf3f42 |
UTF-8 | 姙렧在렦B | 11100101101001111001100111101011101000001010011111100101100111001010100011101011101000001010011001000010 | e5a799eba0a7e59ca8eba0a642 |
UHC | 姙렧在렦B | 111011001111010110001110101101101110111010100100100011101011010101000010 | ecf58eb6eea48eb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)