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 | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | 鬧ュツセ奛ェY | 111010011010011110101101110000101011111011111010101000011010101001011001 | e9a7adc2befaa1aa59 |
EUC-JP | 鬧ュツセ奛ェY | 1111001010101001100011101010110110001110110000101000111010111110100011111011100011110111100011101010101001011001 | f2a98ead8ec28ebe8fb8f78eaa59 |
UTF-8 | 鬧ュツセ奛ェY | 11101001101011001010011111101111101111011010110111101111101111101000001011101111101111011011111011100101101001011001101111101111101111011010101001011001 | e9aca7efbdadefbe82efbdbee5a59befbdaa59 |
UHC | 鬧?????Y | 1101011110100010001111110011111100111111001111110011111101011001 | d7a23f3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)