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 | 眷咾 | 11100001110001011001101001000011 | e1c59a43 |
EUC-JP | 眷咾 | 11100010110001111101001110100100 | e2c7d3a4 |
UTF-8 | 眷咾 | 111001111001110010110111111001011001001010111110 | e79cb7e592be |
UHC | 眷? | 110011111110111100111111 | cfef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)