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 | 11100110111000011000111111101101100001101010001001000010 | e6e18fed86a242 |
SJIS-WIN | ?????¢B | 0011111100111111001111110011111100111111100000011001000101000010 | 3f3f3f3f3f819142 |
EUC-JP | æá?í?¢B | 1000111110101001110000011000111110101011101000010011111110001111101010111011111100111111101000011111000101000010 | 8fa9c18faba13f8fabbf3fa1f142 |
UTF-8 | æáí¢B | 11000011101001101100001110100001110000101000111111000011101011011100001010000110110000101010001001000010 | c3a6c3a1c28fc3adc286c2a242 |
UHC | æ?????B | 1010100110100001001111110011111100111111001111110011111101000010 | a9a13f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)