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 | 焉?焉?^ | 11100000100000010011111111100000100000010011111101011110 | e0813fe0813f5e |
EUC-JP | 焉?焉?^ | 11011111111000010011111111011111111000010011111101011110 | dfe13fdfe13f5e |
UTF-8 | 焉덬焉덬^ | 11100111100001001000100111101011100011011010110011100111100001001000100111101011100011011010110001011110 | e78489eb8dace78489eb8dac5e |
UHC | 焉덬焉덬^ | 111001011110101010001001010001001110010111101010100010010100010001011110 | e5ea8944e5ea89445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)