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 | 11100000110110111110000011011111111010001110011101101000 | e0dbe0dfe8e768 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | àÛàßèçh | 10001111101010111010001010001111101010101110010110001111101010111010001010001111101010011100111010001111101010111011001010001111101010111010111001101000 | 8faba28faae58faba28fa9ce8fabb28fabae68 |
UTF-8 | àÛàßèçh | 11000011101000001100001110011011110000111010000011000011100111111100001110101000110000111010011101101000 | c3a0c39bc3a0c39fc3a8c3a768 |
UHC | ???ß??h | 0011111100111111001111111010100110101100001111110011111101101000 | 3f3f3fa9ac3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)