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 | 11101100101100011000010111101100101100101011010011101101100110001010100011101100101100011001010011101101100110001001101011101100101010001001100001101000 | ecb185ecb2b4ed98a8ecb194ed989aeca89868 |
UHC | 책체혨챔혚쨘h | 11000011101001011100001110111100110000101001000011000011101010001100001010000101110000101011101001101000 | c3a5c3bcc290c3a8c285c2ba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)