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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 窈??徇? | 11100010011101110011111100111111100111000110110100111111 | e2773f3f9c6d3f |
EUC-JP | 窈??徇? | 11100011110110000011111100111111110101111100111000111111 | e3d83f3fd7ce3f |
UTF-8 | 窈뗥룚徇곮 | 111001111010101010001000111010111001011110100101111010111010001110011010111001011011111010000111111010101011001110101110 | e7aa88eb97a5eba39ae5be87eab3ae |
UHC | 窈뗥룚徇곮 | 11101001101000011000101111100101100011111001011011100010110111111000000111101000 | e9a18be58f96e2df81e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)