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 | ??N | 001111110011111101001110 | 3f3f4e |
SJIS-WIN | 晙N | 1111101011010111111101101011110101001110 | fad7f6bd4e |
EUC-JP | 晙?N | 1000111111000010101110100011111101001110 | 8fc2ba3f4e |
UTF-8 | 晙N | 11100110100110011001100111101110100100111010010001001110 | e69999ee93a44e |
UHC | 晙?N | 11110001110110110011111101001110 | f1db3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)