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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
EUC-JP | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
UTF-8 | 챦짝쨌챠혗혯F | 11101100101100011010011011101100101001111001110111101100101010001000110011101100101100011010000011101101100110001001011111101101100110001010111101000110 | ecb1a6eca79deca88cecb1a0ed9897ed98af46 |
UHC | 챦짝쨌챠혗혯F | 11000011101011111100001010100110110000101011011111000011101011011100001010000010110000101001011001000110 | c3afc2a6c2b7c3adc282c29646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)