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 | ë¤íå÷ | 1110101110100100100000111110110110010001100001001110010111110111 | eba483ed9184e5f7 |
SJIS-WIN | ???????÷ | 001111110011111100111111001111110011111100111111001111111000000110000000 | 3f3f3f3f3f3f3f8180 |
EUC-JP | ë¤?í??å÷ | 1000111110101011101100111000111110100010111100000011111110001111101010111011111100111111001111111000111110101011101010011010000111100000 | 8fabb38fa2f03f8fabbf3f3f8faba9a1e0 |
UTF-8 | ë¤íå÷ | 11000011101010111100001010100100110000101000001111000011101011011100001010010001110000101000010011000011101001011100001110110111 | c3abc2a4c283c3adc291c284c3a5c3b7 |
UHC | ?¤?????÷ | 00111111101000101011010000111111001111110011111100111111001111111010000111000000 | 3fa2b43f3f3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)