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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雙?雙?^ | 10011001110101000011111110011001110101000011111101011110 | 99d43f99d43f5e |
EUC-JP | 雙?雙?^ | 11010010110101100011111111010010110101100011111101011110 | d2d63fd2d63f5e |
UTF-8 | 雙쒁雙얺^ | 11101001100110111001100111101100100100101000000111101001100110111001100111101100100101101011101001011110 | e99b99ec9281e99b99ec96ba5e |
UHC | 雙쒁雙얺^ | 111001001010101010011100110110001110010010101010100111100110001001011110 | e4aa9cd8e4aa9e625e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)