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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 晛?晛?^ | 100011111100001010111011001111111000111111000010101110110011111101011110 | 8fc2bb3f8fc2bb3f5e |
UTF-8 | 晛묊晛묊^ | 11100110100110011001101111101011101011001000101011100110100110011001101111101011101011001000101001011110 | e6999bebac8ae6999bebac8a5e |
UHC | 晛묊晛묊^ | 111110101101100110010001111001111111101011011001100100011110011101011110 | fad991e7fad991e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)