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 | 應??? | 1001110011100100001111110011111100111111 | 9ce43f3f3f |
EUC-JP | 應??堉 | 11011000111001100011111100111111100011111011011111111101 | d8e63f3f8fb7fd |
UTF-8 | 應㏃꼦堉 | 111001101000011110001001111000111000111110000011111010101011110010100110111001011010000010001001 | e68789e38f83eabca6e5a089 |
UHC | 應㏃꼦堉 | 1110101111101011101001111110110010000100100000111110101110111100 | ebeba7ec8483ebbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)