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 | ?D???Q | 001111110100010000111111001111110011111101010001 | 3f443f3f3f51 |
SJIS-WIN | ?D???Q | 001111110100010000111111001111110011111101010001 | 3f443f3f3f51 |
EUC-JP | ?D???Q | 001111110100010000111111001111110011111101010001 | 3f443f3f3f51 |
UTF-8 | 챔D혡챗혘Q | 1110110010110001100101000100010011101101100110001010000111101100101100011001011111101101100110001001100001010001 | ecb19444ed98a1ecb197ed989851 |
UHC | 챔D혡챗혘Q | 11000011101010000100010011000010100010101100001110101010110000101000001101010001 | c3a844c28ac3aac28351 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)