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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 僥?1掖 | 10011001010001100011111110000010010100001001110101110100 | 99463f82509d74 |
EUC-JP | 僥?1掖 | 11010001101001110011111110100011101100011101100111010101 | d1a73fa3b1d9d5 |
UTF-8 | 僥뷴1掖 | 111001011000001110100101111010111011011110110100111011111011110010010001111001101000111010010110 | e583a5ebb7b4efbc91e68e96 |
UHC | 僥뷴1掖 | 1110100011101001101110101110010110100011101100011110010011111010 | e8e9bae5a3b1e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)