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 | ??O | 001111110011111101001111 | 3f3f4f |
SJIS-WIN | 薛?O | 11100101010011000011111101001111 | e54c3f4f |
EUC-JP | 薛?O | 11101001101011010011111101001111 | e9ad3f4f |
UTF-8 | 薛敾O | 11101000100101101001101111100110100101011011111001001111 | e8969be695be4f |
UHC | 薛敾O | 1110000011100000111000001100000001001111 | e0e0e0c04f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)