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 | ??L | 001111110011111101001100 | 3f3f4c |
SJIS-WIN | 虞?L | 10001011111100010011111101001100 | 8bf13f4c |
EUC-JP | 虞?L | 10110110111100110011111101001100 | b6f33f4c |
UTF-8 | 虞렕L | 11101000100110011001111011101011101000001001010101001100 | e8999eeba0954c |
UHC | 虞렕L | 1110100111100101100011101010101001001100 | e9e58eaa4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)