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 | ??Ø? | 00111111001111111101100000111111 | 3f3fd83f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??Ø? | 001111110011111110001111101010011010110000111111 | 3f3f8fa9ac3f |
UTF-8 | 閱뤿Ø栒 | 1110100110010110101100011110101110100100101111111100001110011000111001101010000010010010 | e996b1eba4bfc398e6a092 |
UHC | 閱뤿Ø栒 | 1110011011110011100011111110101110101000101010101110001011100011 | e6f38feba8aae2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)