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 | 驕冗、シ譏ッ^ | 11101001100000011000111111100111101001001011110011100110100110001010111101011110 | e9818fe7a4bce698af5e |
EUC-JP | 驕冗、シ譏ッ^ | 11110001111000011011111011101001100011101010010010001110101111001110101111111000100011101010111101011110 | f1e1bee98ea48ebcebf88eaf5e |
UTF-8 | 驕冗、シ譏ッ^ | 11101001101010011001010111100101100001101001011111101111101111011010010011101111101111011011110011101000101011011000111111101111101111011010111101011110 | e9a995e58697efbda4efbdbce8ad8fefbdaf5e |
UHC | 驕冗??譏?^ | 11001110111101101110100110110111001111110011111111010001110000010011111101011110 | cef6e9b73f3fd1c13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)