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 | ?ч?仰? | 00111111100001001000100100111111100010111100001000111111 | 3f84893f8bc23f |
EUC-JP | ?ч?仰? | 00111111101001111110100100111111101101101100010000111111 | 3fa7e93fb6c43f |
UTF-8 | 歷ч릶仰삣 | 1110111110100110100011001101000110000111111010111010011010110110111001001011101110110000111011001000001010100011 | efa68cd187eba6b6e4bbb0ec82a3 |
UHC | 歷ч릶仰삣 | 11100110101110001010110011101001100100001001010011100100111001101011101111100101 | e6b8ace99094e4e6bbe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)