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 | 급滄 | 111010101011100010001001111001101011101110000100 | eab889e6bb84 |
UHC | 급滄 | 10110001110111101111001111100111 | b1def3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)