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詣 | 10011001010001100011111110000010010100001000110001110111 | 99463f82508c77 |
EUC-JP | 僥?1詣 | 11010001101001110011111110100011101100011011011111011000 | d1a73fa3b1b7d8 |
UTF-8 | 僥뷴1詣 | 111001011000001110100101111010111011011110110100111011111011110010010001111010001010100110100011 | e583a5ebb7b4efbc91e8a9a3 |
UHC | 僥뷴1詣 | 1110100011101001101110101110010110100011101100011110011111100001 | e8e9bae5a3b1e7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)