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 | 0011111100111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f3f46 |
SJIS-WIN | ???????F | 0011111100111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f3f46 |
EUC-JP | ???????F | 0011111100111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f3f46 |
UTF-8 | 쨔챔쨋쨋혧횄청F | 11101100101010001001010011101100101100011001010011101100101010001000101111101100101010001000101111101101100110001010011111101101100110101000010011101100101100101010110101000110 | eca894ecb194eca88beca88bed98a7ed9a84ecb2ad46 |
UHC | 쨔챔쨋쨋혧횄청F | 110000101011100111000011101010001100001010110110110000101011011011000010100011111100001110000011110000111011101101000110 | c2b9c3a8c2b6c2b6c28fc383c3bb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)