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^ | 11100011101101011000000110000101100000110100100101011110 | e3b5818583495e |
SJIS-WIN | ?????I^ | 00111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f495e |
EUC-JP | ã????I^ | 100011111010101110101010001111110011111100111111001111110100100101011110 | 8fabaa3f3f3f3f495e |
UTF-8 | ãµ I^ | 110000111010001111000010101101011100001010000001110000101000010111000010100000110100100101011110 | c3a3c2b5c281c285c283495e |
UHC | ?????I^ | 00111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)