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 | 鑄箏 | 11101000011010001110001010110101 | e868e2b5 |
EUC-JP | 鑄箏 | 11101111110010011110010010110111 | efc9e4b7 |
UTF-8 | 鑄箏 | 111010011001000110000100111001111010111010001111 | e99184e7ae8f |
UHC | 鑄箏 | 11110001110100011110111010110100 | f1d1eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)