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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寥?疑 | 1001101110001100001111111000101101011110 | 9b8c3f8b5e |
EUC-JP | 寥?疑 | 1101010111101100001111111011010110111111 | d5ec3fb5bf |
UTF-8 | 寥렔疑 | 111001011010111110100101111010111010000010010100111001111001011010010001 | e5afa5eba094e79691 |
UHC | 寥렔疑 | 111010001110111110001110101010011110101111110111 | e8ef8ea9ebf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)