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 | 鬩募ョ夐ィ | 1110100110101001100101011110010110101110100110101110100110101000 | e9a995e5ae9ae9a8 |
EUC-JP | 鬩募ョ夐ィ | 11110010101010111100101011100111100011101010111011010100111010111000111010101000 | f2abcae78eaed4eb8ea8 |
UTF-8 | 鬩募ョ夐ィ | 111010011010110010101001111001011000101110011111111011111011110110101110111001011010010010010000111011111011110110101000 | e9aca9e58b9fefbdaee5a490efbda8 |
UHC | ?募??? | 001111111101100110110100001111110011111100111111 | 3fd9b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)