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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嚥≪???? | 1001101010001011100000011110000100111111001111110011111100111111 | 9a8b81e13f3f3f3f |
EUC-JP | 嚥≪???? | 1101001111101011101000101110001100111111001111110011111100111111 | d3eba2e33f3f3f3f |
UTF-8 | 嚥≪늾栒녵뺐 | 111001011001101010100101111000101000100110101010111010111000101010111110111001101010000010010010111010111000010110110101111010111011101010010000 | e59aa5e289aaeb8abee6a092eb85b5ebba90 |
UHC | 嚥≪늾栒녵뺐 | 111001101011111110100001111011001000100010000111111000101110001110000110111001001011101110110000 | e6bfa1ec8887e2e386e4bbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)