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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 貘帋] | 1110011011000000100110111110000101011101 | e6c09be15d |
EUC-JP | 貘帋] | 1110110011000010110101101110001101011101 | ecc2d6e35d |
UTF-8 | 貘帋] | 11101000101100101001100011100101101110001000101101011101 | e8b298e5b88b5d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)