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 | 晏稠 | 10011101111001011110001001100110 | 9de5e266 |
EUC-JP | 晏稠 | 11011010111001111110001111000111 | dae7e3c7 |
UTF-8 | 晏稠 | 111001101001100110001111111001111010100010100000 | e6998fe7a8a0 |
UHC | 晏稠 | 11100100110011111111000011010110 | e4cff0d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)