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 | èé èB | 11101000100001101001001111101001101000001000011011101000100010001000100001000010 | e88693e9a086e8888842 |
SJIS-WIN | ?????????B | 00111111001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f3f42 |
EUC-JP | è??é??è??B | 10001111101010111011001000111111001111111000111110101011101100010011111100111111100011111010101110110010001111110011111101000010 | 8fabb23f3f8fabb13f3f8fabb23f3f42 |
UTF-8 | èé èB | 11000011101010001100001010000110110000101001001111000011101010011100001010100000110000101000011011000011101010001100001010001000110000101000100001000010 | c3a8c286c293c3a9c2a0c286c3a8c288c28842 |
UHC | ?????????B | 00111111001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)