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 | 諷?證 | 1110011010000101001111111110011010011010 | e6853fe69a |
EUC-JP | 諷?證 | 1110101111100101001111111110101111111010 | ebe53febfa |
UTF-8 | 諷렍證 | 111010001010101110110111111010111010000010001101111010001010110110001001 | e8abb7eba08de8ad89 |
UHC | 諷렍證 | 111110011010010010001110101000111111000111111011 | f9a48ea3f1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)