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 | 覲躰 | 11100110010100101110011101011011 | e652e75b |
EUC-JP | 覲躰 | 11101011101100111110110110111100 | ebb3edbc |
UTF-8 | 覲躰 | 111010001010011010110010111010001011101010110000 | e8a6b2e8bab0 |
UHC | 覲? | 110100001100110000111111 | d0cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)