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 | 11101001100110111000110111101011100101001000000011101101100100001001011101000101 | e99b8deb9480ed909745 |
SJIS-WIN | ?????????E | 00111111001111110011111100111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f3f3f3f45 |
EUC-JP | é??ë??í??E | 10001111101010111011000100111111001111111000111110101011101100110011111100111111100011111010101110111111001111110011111101000101 | 8fabb13f3f8fabb33f3f8fabbf3f3f45 |
UTF-8 | éëíE | 11000011101010011100001010011011110000101000110111000011101010111100001010010100110000101000000011000011101011011100001010010000110000101001011101000101 | c3a9c29bc28dc3abc294c280c3adc290c29745 |
UHC | ?????????E | 00111111001111110011111100111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)