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 | 源?源?^ | 10001100101110010011111110001100101110010011111101011110 | 8cb93f8cb93f5e |
EUC-JP | 源?源?^ | 10111000101110110011111110111000101110110011111101011110 | b8bb3fb8bb3f5e |
UTF-8 | 源귾源귾^ | 11100110101110101001000011101010101101111011111011100110101110101001000011101010101101111011111001011110 | e6ba90eab7bee6ba90eab7be5e |
UHC | 源귾源귾^ | 111010101011100110000011010001001110101010111001100000110100010001011110 | eab98344eab983445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)