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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 銓慕弦] | 11100111111100101001010111100111100011001011011101011101 | e7f295e78cb75d |
EUC-JP | 銓慕弦] | 11101110111101001100101011101001101110001011100101011101 | eef4cae9b8b95d |
UTF-8 | 銓慕弦] | 11101001100010101001001111100110100001011001010111100101101111001010011001011101 | e98a93e68595e5bca65d |
UHC | 銓慕弦] | 11101111101100001101100110110111111110101101011101011101 | efb0d9b7fad75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)