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 | 襭金 | 11100110010000101000101111100000 | e6428be0 |
EUC-JP | 襭金 | 11101011101000111011011011100010 | eba3b6e2 |
UTF-8 | 襭金 | 111010001010010110101101111010011000011110010001 | e8a5ade98791 |
UHC | ?金 | 001111111101000111010001 | 3fd1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)