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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 茉磑 | 11100100100111011110000111110100 | e49de1f4 |
EUC-JP | 茉磑 | 11100111111111011110001011110110 | e7fde2f6 |
UTF-8 | 茉磑 | 111010001000110010001001111001111010001110010001 | e88c89e7a391 |
UHC | 茉? | 110110001100100100111111 | d8c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)