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 | 源?虞?訂?^ | 10001100101110010011111110001011111100010011111110010010111110010011111101011110 | 8cb93f8bf13f92f93f5e |
EUC-JP | 源?虞?訂?^ | 10111000101110110011111110110110111100110011111111000100111110110011111101011110 | b8bb3fb6f33fc4fb3f5e |
UTF-8 | 源렰虞렧訂렦^ | 11100110101110101001000011101011101000001011000011101000100110011001111011101011101000001010011111101000101010001000001011101011101000001010011001011110 | e6ba90eba0b0e8999eeba0a7e8a882eba0a65e |
UHC | 源렰虞렧訂렦^ | 11101010101110011000111010111101111010011110010110001110101101101110111111110100100011101011010101011110 | eab98ebde9e58eb6eff48eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)