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 | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
SJIS-WIN | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
EUC-JP | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
UTF-8 | 뭈뭒뭈뭒C | 11101011101011011000100011101011101011011001001011101011101011011000100011101011101011011001001001000011 | ebad88ebad92ebad88ebad9243 |
UHC | 뭈뭒뭈뭒C | 100100100101010010010010010110101001001001010100100100100101101001000011 | 9254925a9254925a43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)