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 | 鬩募ョ壽ケ | 1110100110101001100101011110010110101110100110101110011010111001 | e9a995e5ae9ae6b9 |
EUC-JP | 鬩募ョ壽ケ | 11110010101010111100101011100111100011101010111011010100111010001000111010111001 | f2abcae78eaed4e88eb9 |
UTF-8 | 鬩募ョ壽ケ | 111010011010110010101001111001011000101110011111111011111011110110101110111001011010001110111101111011111011110110111001 | e9aca9e58b9fefbdaee5a3bdefbdb9 |
UHC | ?募?壽? | 00111111110110011011010000111111111000011111100000111111 | 3fd9b43fe1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)