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 | 案擁 | 10001000110001001001011101101001 | 88c49769 |
EUC-JP | 案擁 | 10110000110001101100110111001010 | b0c6cdca |
UTF-8 | 案擁 | 111001101010000110001000111001101001001110000001 | e6a188e69381 |
UHC | 案擁 | 11100100110100001110100010110110 | e4d0e8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)