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 | 鏥蜚 | 11101000010101001110010110010100 | e854e594 |
EUC-JP | 鏥蜚 | 11101111101101011110100111110100 | efb5e9f4 |
UTF-8 | 鏥蜚 | 111010011000111110100101111010001001110010011010 | e98fa5e89c9a |
UHC | ?蜚 | 001111111101111010100100 | 3fdea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)