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 | äèçï½ | 1110010011101000100100011110011110010101100101001110111110111101 | e4e891e79594efbd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | äè?ç??ï? | 10001111101010111010001110001111101010111011001000111111100011111010101110101110001111110011111110001111101010111100000100111111 | 8faba38fabb23f8fabae3f3f8fabc13f |
UTF-8 | äèçï½ | 11000011101001001100001110101000110000101001000111000011101001111100001010010101110000101001010011000011101011111100001010111101 | c3a4c3a8c291c3a7c295c294c3afc2bd |
UHC | ???????½ | 001111110011111100111111001111110011111100111111001111111010100011110110 | 3f3f3f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)