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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 窈??儼 | 111000100111011100111111001111111001100101010110 | e2773f3f9956 |
EUC-JP | 窈??儼 | 111000111101100000111111001111111101000110110111 | e3d83f3fd1b7 |
UTF-8 | 窈뗥킈儼 | 111001111010101010001000111010111001011110100101111011011000001010001000111001011000010010111100 | e7aa88eb97a5ed8288e584bc |
UHC | 窈뗥킈儼 | 1110100110100001100010111110010110110100100101001110010111110000 | e9a18be5b494e5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)