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 | ?也?也^ | 00111111100101101110011100111111100101101110011101011110 | 3f96e73f96e75e |
EUC-JP | ?也?也^ | 00111111110011001110100100111111110011001110100101011110 | 3fcce93fcce95e |
UTF-8 | 렢也렢也^ | 11101011101000001010001011100100101110011001111111101011101000001010001011100100101110011001111101011110 | eba0a2e4b99feba0a2e4b99f5e |
UHC | 렢也렢也^ | 100011101011001111100101101001011000111010110011111001011010010101011110 | 8eb3e5a58eb3e5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)