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 | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-WIN | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
EUC-JP | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
UTF-8 | 챘혰쨌챘혦혮v | 11101100101100011001100011101101100110001011000011101100101010001000110011101100101100011001100011101101100110001010011011101101100110001010111001110110 | ecb198ed98b0eca88cecb198ed98a6ed98ae76 |
UHC | 챘혰쨌챘혦혮v | 11000011101010111100001010010111110000101011011111000011101010111100001010001110110000101001010101110110 | c3abc297c2b7c3abc28ec29576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)