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 | ?貴 | 001111111000101101001101 | 3f8b4d |
EUC-JP | ?貴 | 001111111011010110101110 | 3fb5ae |
UTF-8 | ꣶ貴 | 111010101010001110110110111010001011001010110100 | eaa3b6e8b2b4 |
UHC | ?貴 | 001111111100111111111110 | 3fcffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)