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 | 儲槃??^ | 10010110110101111001111011001111001111110011111101011110 | 96d79ecf3f3f5e |
EUC-JP | 儲槃??^ | 11001100110110011101110011010001001111110011111101011110 | ccd9dcd13f3f5e |
UTF-8 | 儲槃렚렒^ | 11100101100001001011001011100110101001111000001111101011101000001001101011101011101000001001001001011110 | e584b2e6a783eba09aeba0925e |
UHC | 儲槃렚렒^ | 111011101011100111011010111010011000111010101101100011101010011101011110 | eeb9dae98ead8ea75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)