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 | 灌吏 | 10011111111100111001011110011001 | 9ff39799 |
EUC-JP | 灌吏 | 11011110111101011100110111111001 | def5cdf9 |
UTF-8 | 灌吏 | 111001111000000110001100111001011001000010001111 | e7818ce5908f |
UHC | 灌吏 | 11001110101101001101011111011001 | ceb4d7d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)