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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
UTF-8 | 챔혙혚책혣짙h | 11101100101100011001010011101101100110001001100111101101100110001001101011101100101100011000010111101101100110001010001111101100101001111001100101101000 | ecb194ed9899ed989aecb185ed98a3eca79968 |
UHC | 챔혙혚책혣짙h | 11000011101010001100001010000100110000101000010111000011101001011100001010001100110000101010001101101000 | c3a8c284c285c3a5c28cc2a368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)