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 | 窈???? | 111000100111011100111111001111110011111100111111 | e2773f3f3f3f |
EUC-JP | 窈???? | 111000111101100000111111001111110011111100111111 | e3d83f3f3f3f |
UTF-8 | 窈뤸뮈凉뢧 | 111001111010101010001000111010111010010010111000111010111010111010001000111011111010010110111001111010111010001010100111 | e7aa88eba4b8ebae88efa5b9eba2a7 |
UHC | 窈뤸뮈凉뢧 | 11101001101000011000111111100110101110011011111111100101101111001000111101101000 | e9a18fe6b9bfe5bc8f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)