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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 之 | 10010100010101101111100110100100 | 9456f9a4 |
EUC-JP | 之? | 110001111011011100111111 | c7b73f |
UTF-8 | 之 | 111001001011100110001011111011101001101110111111 | e4b98bee9bbf |
UHC | 之? | 111100011111110100111111 | f1fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)