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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ヨエhヨエ | 1101011010110100011010001101011010110100 | d6b468d6b4 |
EUC-JP | ヨエhヨエ | 100011101101011010001110101101000110100010001110110101101000111010110100 | 8ed68eb4688ed68eb4 |
UTF-8 | ヨエhヨエ | 11101111101111101001011011101111101111011011010001101000111011111011111010010110111011111011110110110100 | efbe96efbdb468efbe96efbdb4 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)