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 | ヨチ蕚ハ。 | 110101101100000111100100110101001100101010100001 | d6c1e4d4caa1 |
EUC-JP | ヨチ蕚ハ。 | 10001110110101101000111011000001111010001101011010001110110010101000111010100001 | 8ed68ec1e8d68eca8ea1 |
UTF-8 | ヨチ蕚ハ。 | 111011111011111010010110111011111011111010000001111010001001010110011010111011111011111010001010111011111011110110100001 | efbe96efbe81e8959aefbe8aefbda1 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)