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 | æÜI^ | 11100110110111001000001010001000100010100100100101011110 | e6dc82888a495e |
SJIS-WIN | ?????I^ | 00111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f495e |
EUC-JP | æÜ???I^ | 1000111110101001110000011000111110101010111001000011111100111111001111110100100101011110 | 8fa9c18faae43f3f3f495e |
UTF-8 | æÜI^ | 110000111010011011000011100111001100001010000010110000101000100011000010100010100100100101011110 | c3a6c39cc282c288c28a495e |
UHC | æ????I^ | 1010100110100001001111110011111100111111001111110100100101011110 | a9a13f3f3f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)