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 | èçí F | 11101000100000001000110011100111100100111000111111101101100110101000010101000110 | e8808ce7938fed9a8546 |
SJIS-WIN | ?????????F | 00111111001111110011111100111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f3f3f3f46 |
EUC-JP | è??ç??í??F | 10001111101010111011001000111111001111111000111110101011101011100011111100111111100011111010101110111111001111110011111101000110 | 8fabb23f3f8fabae3f3f8fabbf3f3f46 |
UTF-8 | èçí F | 11000011101010001100001010000000110000101000110011000011101001111100001010010011110000101000111111000011101011011100001010011010110000101000010101000110 | c3a8c280c28cc3a7c293c28fc3adc29ac28546 |
UHC | ?????????F | 00111111001111110011111100111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)