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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 剪皖c | 100110011001001011100001101010001000001010000011 | 9992e1a88283 |
EUC-JP | 剪皖c | 110100011111001011100010101010101010001111100011 | d1f2e2aaa3e3 |
UTF-8 | 剪皖c | 111001011000100110101010111001111001101010010110111011111011110110000011 | e589aae79a96efbd83 |
UHC | 剪?c | 1110111011110010001111111010001111100011 | eef23fa3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)