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 | 映罌 | 10001001011001101110001110100000 | 8966e3a0 |
EUC-JP | 映罌 | 10110001110001111110011010100010 | b1c7e6a2 |
UTF-8 | 映罌 | 111001101001100010100000111001111011110110001100 | e698a0e7bd8c |
UHC | 映罌 | 11100111101100011110010110100010 | e7b1e5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)