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 | 餘?餘?^ | 11101001010100000011111111101001010100000011111101011110 | e9503fe9503f5e |
EUC-JP | 餘?餘?^ | 11110001101100010011111111110001101100010011111101011110 | f1b13ff1b13f5e |
UTF-8 | 餘귾餘귾^ | 11101001101001001001100011101010101101111011111011101001101001001001100011101010101101111011111001011110 | e9a498eab7bee9a498eab7be5e |
UHC | 餘귾餘귾^ | 111001101010111010000011010001001110011010101110100000110100010001011110 | e6ae8344e6ae83445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)