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 | 祭敎??有 | 1000110111010101111110101100110100111111001111111001011101001100 | 8dd5facd3f3f974c |
EUC-JP | 祭???有 | 10111010110101110011111100111111001111111100110110101101 | bad73f3f3fcdad |
UTF-8 | 祭敎렍렠有 | 111001111010010110101101111001101001010110001110111010111010000010001101111010111010000010100000111001101001110010001001 | e7a5ade6958eeba08deba0a0e69c89 |
UHC | 祭敎렍렠有 | 11110000101011101100111011100111100011101010001110001110101100011110101011110011 | f0aecee78ea38eb1eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)