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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 僥??外??^ | 100110010100011000111111001111111000101001001111001111110011111101011110 | 99463f3f8a4f3f3f5e |
EUC-JP | 僥??外??^ | 110100011010011100111111001111111011001110110000001111110011111101011110 | d1a73f3fb3b03f3f5e |
UTF-8 | 僥븝쉘外믭슛^ | 11100101100000111010010111101011101110001001110111101100100010011001100011100101101001001001011011101011101011111010110111101100100010101001101101011110 | e583a5ebb89dec8998e5a496ebafadec8a9b5e |
UHC | 僥븝쉘外믭슛^ | 11101000111010011011101011101111101111011010100111101000111000101001001011101111101111011011100001011110 | e8e9baefbda9e8e292efbdb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)