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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 狸揃] | 1001001001001011100100011011010101011101 | 924b91b55d |
EUC-JP | 狸揃] | 1100001110101100110000101011011101011101 | c3acc2b75d |
UTF-8 | 狸揃] | 11100111100010111011100011100110100011111000001101011101 | e78bb8e68f835d |
UHC | 狸?] | 11010111111000010011111101011101 | d7e13f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)