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 | 瑶稠 | 11100000111101001110001001100110 | e0f4e266 |
EUC-JP | 瑶稠 | 11100000111101101110001111000111 | e0f6e3c7 |
UTF-8 | 瑶稠 | 111001111001000110110110111001111010100010100000 | e791b6e7a8a0 |
UHC | ?稠 | 001111111111000011010110 | 3ff0d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)