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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 只?^ | 10010001111111000011111101011110 | 91fc3f5e |
EUC-JP | 只?^ | 11000010111111100011111101011110 | c2fe3f5e |
UTF-8 | 只렑^ | 11100101100011111010101011101011101000001001000101011110 | e58faaeba0915e |
UHC | 只렑^ | 1111000111111110100011101010011001011110 | f1fe8ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)