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 | ?S?????f | 0011111101010011001111110011111100111111001111110011111101100110 | 3f533f3f3f3f3f66 |
SJIS-WIN | ?S?????f | 0011111101010011001111110011111100111111001111110011111101100110 | 3f533f3f3f3f3f66 |
EUC-JP | ?S?????f | 0011111101010011001111110011111100111111001111110011111101100110 | 3f533f3f3f3f3f66 |
UTF-8 | 청S혣챌혺혣챌f | 1110110010110010101011010101001111101101100110001010001111101100101100011000110011101101100110001011101011101101100110001010001111101100101100011000110001100110 | ecb2ad53ed98a3ecb18ced98baed98a3ecb18c66 |
UHC | 청S혣챌혺혣챌f | 1100001110111011010100111100001010001100110000111010011111000010100111111100001010001100110000111010011101100110 | c3bb53c28cc3a7c29fc28cc3a766 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)