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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驟ャ螫毅 | 11101001100001011010110011100101101011001000101101000010 | e985ace5ac8b42 |
EUC-JP | 驟ャ螫毅 | 1111000111100101100011101010110011101010101011101011010110100011 | f1e58eaceaaeb5a3 |
UTF-8 | 驟ャ螫毅 | 111010011010100110011111111011111011110110101100111010001001111010101011111001101010111110000101 | e9a99fefbdace89eabe6af85 |
UHC | 驟??毅 | 111101101010111000111111001111111110101111110110 | f6ae3f3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)