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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 횁창횣청횣청^ | 11101101100110101000000111101100101100001011110111101101100110101010001111101100101100101010110111101101100110101010001111101100101100101010110101011110 | ed9a81ecb0bded9aa3ecb2aded9aa3ecb2ad5e |
UHC | 횁창횣청횣청^ | 11000011100000011100001110100010110000111001101011000011101110111100001110011010110000111011101101011110 | c381c3a2c39ac3bbc39ac3bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)