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 | 應??沅 | 11011000111001100011111100111111100011111100011011101001 | d8e63f3f8fc6e9 |
UTF-8 | 應숇븾沅 | 111001101000011110001001111011001000100010000111111010111011100010111110111001101011001010000101 | e68789ec8887ebb8bee6b285 |
UHC | 應숇븾沅 | 1110101111101011100110011110101110010101101001111110101010110110 | ebeb99eb95a7eab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)