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 | àÛàÙèíh | 11100000110110111110000011011001111010001110110101101000 | e0dbe0d9e8ed68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | àÛàÙèíh | 10001111101010111010001010001111101010101110010110001111101010111010001010001111101010101110001110001111101010111011001010001111101010111011111101101000 | 8faba28faae58faba28faae38fabb28fabbf68 |
UTF-8 | àÛàÙèíh | 11000011101000001100001110011011110000111010000011000011100110011100001110101000110000111010110101101000 | c3a0c39bc3a0c399c3a8c3ad68 |
UHC | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)