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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ウ﨤礼ウ﨤硺^ | 1011001111111011101100111111101101111101101100111111101110110011111110110111101101011110 | b3fbb3fb7db3fbb3fb7b5e |
EUC-JP | ウ??ウ?硺^ | 1000111010110011001111110011111110001110101100110011111110001111110011111110110101011110 | 8eb33f3f8eb33f8fcfed5e |
UTF-8 | ウ﨤礼ウ﨤硺^ | 11101111101111011011001111101111101010001010010011101111101010001001100011101111101111011011001111101111101010001010010011100111101000011011101001011110 | efbdb3efa8a4efa898efbdb3efa8a4e7a1ba5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)