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 | âeæºíçh | 1110001001100101111001101011101010011111111011011110011101101000 | e265e6ba9fede768 |
SJIS-WIN | ?e?????h | 0011111101100101001111110011111100111111001111110011111101101000 | 3f653f3f3f3f3f68 |
EUC-JP | âeæº?íçh | 100011111010101110100100011001011000111110101001110000011000111110100010111010110011111110001111101010111011111110001111101010111010111001101000 | 8faba4658fa9c18fa2eb3f8fabbf8fabae68 |
UTF-8 | âeæºíçh | 1100001110100010011001011100001110100110110000101011101011000010100111111100001110101101110000111010011101101000 | c3a265c3a6c2bac29fc3adc3a768 |
UHC | ?e�??h | 00111111011001011010100110100001101010001010110000111111001111110011111101101000 | 3f65a9a1a8ac3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)