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 | 豺櫁エ暴 | 11100110101101111001111011101000101101001001011001011100 | e6b79ee8b4965c |
EUC-JP | 豺櫁エ暴 | 1110110010111001110111001110101010001110101101001100101110111101 | ecb9dcea8eb4cbbd |
UTF-8 | 豺櫁エ暴 | 111010001011000110111010111001101010101110000001111011111011110110110100111001101001101010110100 | e8b1bae6ab81efbdb4e69ab4 |
UHC | 豺??暴 | 111000111100111100111111001111111111100011101100 | e3cf3f3ff8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)