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 | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
SJIS-WIN | 恁?w恁?wB | 100111001000110000111111011101111001110010001100001111110111011101000010 | 9c8c3f779c8c3f7742 |
EUC-JP | 恁?w恁?wB | 110101111110110000111111011101111101011111101100001111110111011101000010 | d7ec3f77d7ec3f7742 |
UTF-8 | 恁쿍w恁쿍wB | 111001101000000110000001111011001011111110001101011101111110011010000001100000011110110010111111100011010111011101000010 | e68181ecbf8d77e68181ecbf8d7742 |
UHC | 恁쿍w恁쿍wB | 1110110011110110101100110100001001110111111011001111011010110011010000100111011101000010 | ecf6b34277ecf6b3427742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)