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 | 釉? | 111001111101011000111111 | e7d63f |
EUC-JP | 釉? | 111011101101100000111111 | eed83f |
UTF-8 | 釉뤾 | 111010011000011110001001111010111010010010111110 | e98789eba4be |
UHC | 釉뤾 | 11101011101110001000111111101010 | ebb88fea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)