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 | 11101100101100011010100011101100101001111011000011101101100110101010001111101100101100011001011111101101100110101000100111101101100110101010101001000110 | ecb1a8eca7b0ed9aa3ecb197ed9a89ed9aaa46 |
UHC | 챨짰횣챗횉횪F | 11000011101100001100001010101110110000111001101011000011101010101100001110000111110000111010000001000110 | c3b0c2aec39ac3aac387c3a046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)