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 | ヨョ諸」 | 11010110101011101111101110101001101000111111000101101101 | d6aefba9a3f16d |
EUC-JP | ヨョ?」? | 1000111011010110100011101010111000111111100011101010001100111111 | 8ed68eae3f8ea33f |
UTF-8 | ヨョ諸」 | 111011111011111010010110111011111011110110101110111011111010100010100010111011111011110110100011111011101000001110101001 | efbe96efbdaeefa8a2efbda3ee83a9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)