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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 〓?〓?^ | 10000001101011000011111110000001101011000011111101011110 | 81ac3f81ac3f5e |
EUC-JP | 〓?〓?^ | 10100010101011100011111110100010101011100011111101011110 | a2ae3fa2ae3f5e |
UTF-8 | 〓∼〓∼^ | 11100011100000001001001111100010100010001011110011100011100000001001001111100010100010001011110001011110 | e38093e288bce38093e288bc5e |
UHC | 〓∼〓∼^ | 101000011110101110100001101011011010000111101011101000011010110101011110 | a1eba1ada1eba1ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)