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 | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
SJIS-WIN | 鹿質Q | 111100011110011110001110101011011111001010111011100011101011111101010001 | f1e78eadf2bb8ebf51 |
EUC-JP | ?鹿?質Q | 00111111101111001010111100111111101111001100000101010001 | 3fbcaf3fbcc151 |
UTF-8 | 鹿質Q | 11101110100001011010001011101001101110011011111111101110100001111011001011101000101100111010101001010001 | ee85a2e9b9bfee87b2e8b3aa51 |
UHC | ?鹿?質Q | 00111111110101101110001100111111111100101111010101010001 | 3fd6e33ff2f551 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)