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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窈??徇?? | 1110001001110111001111110011111110011100011011010011111100111111 | e2773f3f9c6d3f3f |
EUC-JP | 窈??徇?? | 1110001111011000001111110011111111010111110011100011111100111111 | e3d83f3fd7ce3f3f |
UTF-8 | 窈뗥룚徇곮콖 | 111001111010101010001000111010111001011110100101111010111010001110011010111001011011111010000111111010101011001110101110111011001011110110010110 | e7aa88eb97a5eba39ae5be87eab3aeecbd96 |
UHC | 窈뗥룚徇곮콖 | 111010011010000110001011111001011000111110010110111000101101111110000001111010001011000110010000 | e9a18be58f96e2df81e8b190 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)