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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 窈?窈?B | 11100010011101110011111111100010011101110011111101000010 | e2773fe2773f42 |
EUC-JP | 窈?窈?B | 11100011110110000011111111100011110110000011111101000010 | e3d83fe3d83f42 |
UTF-8 | 窈뢽窈뢽B | 11100111101010101000100011101011101000101011110111100111101010101000100011101011101000101011110101000010 | e7aa88eba2bde7aa88eba2bd42 |
UHC | 窈뢽窈뢽B | 111010011010000110001111011110101110100110100001100011110111101001000010 | e9a18f7ae9a18f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)