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 | ??RO | 00111111001111110101001001001111 | 3f3f524f |
SJIS-WIN | 寥?RO | 1001101110001100001111110101001001001111 | 9b8c3f524f |
EUC-JP | 寥?RO | 1101010111101100001111110101001001001111 | d5ec3f524f |
UTF-8 | 寥렔RO | 1110010110101111101001011110101110100000100101000101001001001111 | e5afa5eba094524f |
UHC | 寥렔RO | 111010001110111110001110101010010101001001001111 | e8ef8ea9524f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)