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 | 祉射 | 10001110100000111000111011001011 | 8e838ecb |
EUC-JP | 祉射 | 10111011111000111011110011001101 | bbe3bccd |
UTF-8 | 祉射 | 111001111010010110001001111001011011000010000100 | e7a589e5b084 |
UHC | 祉射 | 11110010101100111101111011010010 | f2b3ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)