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 | 昕珸ヨケ | 1111101011001111111000001110011111110100110001011101011010111001 | facfe0e7f4c5d6b9 |
EUC-JP | 昕珸?ヨケ | 10001111110000011111110011100000111010010011111110001110110101101000111010111001 | 8fc1fce0e93f8ed68eb9 |
UTF-8 | 昕珸ヨケ | 111001101001100010010101111001111000111110111000111011101000110110110100111011111011111010010110111011111011110110111001 | e69895e78fb8ee8db4efbe96efbdb9 |
UHC | 昕???? | 111111011101101000111111001111110011111100111111 | fdda3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)