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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 蠑オ奣ァ@h | 1110010110111100101101011111101010100011101001110100000001101000 | e5bcb5faa3a74068 |
EUC-JP | 蠑オ奣ァ@h | 1110101010111110100011101011010110001111101110001111110010001110101001110100000001101000 | eabe8eb58fb8fc8ea74068 |
UTF-8 | 蠑オ奣ァ@h | 1110100010100000100100011110111110111101101101011110010110100101101000111110111110111101101001110100000001101000 | e8a091efbdb5e5a5a3efbda74068 |
UHC | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)