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 | ?敞 | 001111111001110111000110 | 3f9dc6 |
EUC-JP | ?敞 | 001111111101101011001000 | 3fdac8 |
UTF-8 | 뤴敞 | 111010111010010010110100111001101001010110011110 | eba4b4e6959e |
UHC | 뤴敞 | 10001111111000101111001111100010 | 8fe2f3e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)