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 | 游猛??劑 | 1001111111100000100101101101001000111111001111111001100110011101 | 9fe096d23f3f999d |
EUC-JP | 游猛??劑 | 1101111011100010110011001101010000111111001111111101000111111101 | dee2ccd43f3fd1fd |
UTF-8 | 游猛렍렖劑 | 111001101011100010111000111001111000110010011011111010111010000010001101111010111010000010010110111001011000101010010001 | e6b8b8e78c9beba08deba096e58a91 |
UHC | 游猛렍렖劑 | 11101010111111011101100011101101100011101010001110001110101010111111000010100101 | eafdd8ed8ea38eabf0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)