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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヨ惕ィ | 111100011110100111010110111110101100000010101000 | f1e9d6fac0a8 |
EUC-JP | ?ヨ惕ィ | 0011111110001110110101101000111110111110101011001000111010101000 | 3f8ed68fbeac8ea8 |
UTF-8 | ヨ惕ィ | 111011101000010110100100111011111011111010010110111001101000001110010101111011111011110110101000 | ee85a4efbe96e68395efbda8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)