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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬨育巨跌 | 1110100110101000100010001110011110001011100100001110011011101001 | e9a888e78b90e6e9 |
EUC-JP | 鬨育巨跌 | 1111001010101010101100001110100110110101111100001110110011101011 | f2aab0e9b5f0eceb |
UTF-8 | 鬨育巨跌 | 111010011010110010101000111010001000001010110010111001011011011110101000111010001011011110001100 | e9aca8e882b2e5b7a8e8b78c |
UHC | ?育巨跌 | 00111111111010111100000011001011110111011111001011110110 | 3febc0cbddf2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)