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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 游猛??歪 | 1001111111100000100101101101001000111111001111111001100001100011 | 9fe096d23f3f9863 |
EUC-JP | 游猛??歪 | 1101111011100010110011001101010000111111001111111100111111000100 | dee2ccd43f3fcfc4 |
UTF-8 | 游猛렍렖歪 | 111001101011100010111000111001111000110010011011111010111010000010001101111010111010000010010110111001101010110110101010 | e6b8b8e78c9beba08deba096e6adaa |
UHC | 游猛렍렖歪 | 11101010111111011101100011101101100011101010001110001110101010111110100011100000 | eafdd8ed8ea38eabe8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)