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 | 紕合 | 11100011010000101000110110000111 | e3428d87 |
EUC-JP | 紕合 | 11100101101000111011100111100111 | e5a3b9e7 |
UTF-8 | 紕合 | 111001111011010010010101111001011001000010001000 | e7b495e59088 |
UHC | ?合 | 001111111111100111101010 | 3ff9ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)