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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬩募ョ夲スウ | 111010011010100110010101111001011010111010011010111011111011110110110011 | e9a995e5ae9aefbdb3 |
EUC-JP | 鬩募ョ夲スウ | 111100101010101111001010111001111000111010101110110101001111000110001110101111011000111010110011 | f2abcae78eaed4f18ebd8eb3 |
UTF-8 | 鬩募ョ夲スウ | 111010011010110010101001111001011000101110011111111011111011110110101110111001011010010010110010111011111011110110111101111011111011110110110011 | e9aca9e58b9fefbdaee5a4b2efbdbdefbdb3 |
UHC | ?募???? | 00111111110110011011010000111111001111110011111100111111 | 3fd9b43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)