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 | 1000111010110001100011101101011101011001 | 8eb18ed759 |
EUC-JP | 竺邪Y | 1011110010110011101111001101100101011001 | bcb3bcd959 |
UTF-8 | 竺邪Y | 11100111101010111011101011101001100000101010101001011001 | e7abbae982aa59 |
UHC | 竺邪Y | 1111010111100111110111101111011101011001 | f5e7def759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)