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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 湜鴫Y | 1111101101000111100011101011000001011001 | fb478eb059 |
EUC-JP | 湜鴫Y | 100011111100011111111100101111001011001001011001 | 8fc7fcbcb259 |
UTF-8 | 湜鴫Y | 11100110101110011001110011101001101101001010101101011001 | e6b99ce9b4ab59 |
UHC | 湜?Y | 11100011110101110011111101011001 | e3d73f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)