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 | ?????a^ | 00111111001111110011111100111111001111110110000101011110 | 3f3f3f3f3f615e |
SJIS-WIN | 魏??窪?a^ | 111010011011000000111111001111111000110001000101001111110110000101011110 | e9b03f3f8c453f615e |
EUC-JP | 魏??窪?a^ | 111100101011001000111111001111111011011110100110001111110110000101011110 | f2b23f3fb7a63f615e |
UTF-8 | 魏재헬窪렱a^ | 1110100110101101100011111110110010011110101011001110110110010111101011001110011110101010101010101110101110100000101100010110000101011110 | e9ad8fec9eaced97ace7aaaaeba0b1615e |
UHC | 魏재헬窪렱a^ | 111010101110000011000000111001111100011111101111111010001100000110001110101111100110000101011110 | eae0c0e7c7efe8c18ebe615e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)