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 | 楡蓑 | 10011110101111101001011010101010 | 9ebe96aa |
EUC-JP | 楡蓑 | 11011100110000001100110010101100 | dcc0ccac |
UTF-8 | 楡蓑 | 111001101010010110100001111010001001001110010001 | e6a5a1e89391 |
UHC | 楡蓑 | 11101010111110001101111011101110 | eaf8deee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)