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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 晙~ | 1111101011010111111101101011110101111110 | fad7f6bd7e |
EUC-JP | 晙?~ | 1000111111000010101110100011111101111110 | 8fc2ba3f7e |
UTF-8 | 晙~ | 11100110100110011001100111101110100100111010010001111110 | e69999ee93a47e |
UHC | 晙?~ | 11110001110110110011111101111110 | f1db3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)