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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????ю | 001111110011111100111111001111111000010010010000 | 3f3f3f3f8490 |
EUC-JP | ????ю | 001111110011111100111111001111111010011111110000 | 3f3f3f3fa7f0 |
UTF-8 | 뤶쫷얘쮱ю | 1110101110100100101101101110110010101011101101111110110010010110100110001110110010101110101100011101000110001110 | eba4b6ecabb7ec9698ecaeb1d18e |
UHC | 뤶쫷얘쮱ю | 10001111111001001010011010001110101111101110101010101000100011101010110011110000 | 8fe4a68ebeeaa88eacf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)