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 | çä¾^ | 11100111100010111001000011100100101111101000001101011110 | e78b90e4be835e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ç??ä??^ | 1000111110101011101011100011111100111111100011111010101110100011001111110011111101011110 | 8fabae3f3f8faba33f3f5e |
UTF-8 | çä¾^ | 11000011101001111100001010001011110000101001000011000011101001001100001010111110110000101000001101011110 | c3a7c28bc290c3a4c2bec2835e |
UHC | ????¾?^ | 0011111100111111001111110011111110101000111110100011111101011110 | 3f3f3f3fa8fa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)