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 | 髴疽 | 11101001100111001110000101110011 | e99ce173 |
EUC-JP | 髴疽 | 11110001111111001110000111010100 | f1fce1d4 |
UTF-8 | 髴疽 | 111010011010101110110100111001111001011010111101 | e9abb4e796bd |
UHC | ?疽 | 001111111110111011000101 | 3feec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)