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 | 祭磐 | 10001101110101011001010011010110 | 8dd594d6 |
EUC-JP | 祭磐 | 10111010110101111100100011011000 | bad7c8d8 |
UTF-8 | 祭磐 | 111001111010010110101101111001111010001110010000 | e7a5ade7a390 |
UHC | 祭磐 | 11110000101011101101101011110001 | f0aedaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)