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 | 婉燿 | 10011011010101011110000010100000 | 9b55e0a0 |
EUC-JP | 婉燿 | 11010101101101101110000010100010 | d5b6e0a2 |
UTF-8 | 婉燿 | 111001011010100110001001111001111000011110111111 | e5a989e787bf |
UHC | 婉燿 | 11101000110001101110100011111100 | e8c6e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)