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 | 赱檎 | 11100110110111111000110011100111 | e6df8ce7 |
EUC-JP | 赱檎 | 11101100111000011011100011101001 | ece1b8e9 |
UTF-8 | 赱檎 | 111010001011010110110001111001101010101010001110 | e8b5b1e6aa8e |
UHC | ?檎 | 001111111101000011010101 | 3fd0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)