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 | 碍?碍?^ | 10001010010101100011111110001010010101100011111101011110 | 8a563f8a563f5e |
EUC-JP | 碍?碍?^ | 10110011101101110011111110110011101101110011111101011110 | b3b73fb3b73f5e |
UTF-8 | 碍遼碍遼^ | 11100111101000101000110111101111101001111000001111100111101000101000110111101111101001111000001101011110 | e7a28defa783e7a28defa7835e |
UHC | 碍遼碍遼^ | 111001001111010011101001101011001110010011110100111010011010110001011110 | e4f4e9ace4f4e9ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)