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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟯??? | 1110010110110010001111110011111100111111 | e5b23f3f3f |
EUC-JP | 蟯??? | 1110101010110100001111110011111100111111 | eab43f3f3f |
UTF-8 | 蟯억쉑遼 | 111010001001111110101111111011001001011010110101111011001000100110010001111011111010011110000011 | e89fafec96b5ec8991efa783 |
UHC | 蟯억쉑遼 | 1110100110101000101111101110111110111101101001111110100110101100 | e9a8beefbda7e9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)