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 | 中?攻義 | 10010010100001100011111110001101010101011000101101100000 | 92863f8d558b60 |
EUC-JP | 中?攻義 | 11000011111001100011111110111001101101101011010111000001 | c3e63fb9b6b5c1 |
UTF-8 | 中꿴攻義 | 111001001011100010101101111010101011111110110100111001101001010010111011111001111011111010101001 | e4b8adeabfb4e694bbe7bea9 |
UHC | 中꿴攻義 | 1111000111101001101100101110100111001101111101001110101111111001 | f1e9b2e9cdf4ebf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)