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 | 蔔日 | 11100100111101111001001111111010 | e4f793fa |
EUC-JP | 蔔日 | 11101000111110011100011011111100 | e8f9c6fc |
UTF-8 | 蔔日 | 111010001001010010010100111001101001011110100101 | e89494e697a5 |
UHC | 蔔日 | 11011100110110111110110011101101 | dcdbeced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)