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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?滄 | 001111111001111111101001 | 3f9fe9 |
EUC-JP | ?滄 | 001111111101111011101011 | 3fdeeb |
UTF-8 | 낮滄 | 111010111000001010101110111001101011101110000100 | eb82aee6bb84 |
UHC | 낮滄 | 10110011101101111111001111100111 | b3b7f3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)