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 | 恂?? | 10011100100101100011111100111111 | 9c963f3f |
EUC-JP | 恂?? | 11010111111101100011111100111111 | d7f63f3f |
UTF-8 | 恂덃꺐 | 111001101000000110000010111010111000110110000011111010101011101010010000 | e68182eb8d83eaba90 |
UHC | 恂덃꺐 | 111000101110000110001000111001101000001110110110 | e2e188e683b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)