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 | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | 驗抵スョ@B | 1110100110000100100100101110111110111101101011100100000001000010 | e98492efbdae4042 |
EUC-JP | 驗抵スョ@B | 11110001111001001100010011110001100011101011110110001110101011100100000001000010 | f1e4c4f18ebd8eae4042 |
UTF-8 | 驗抵スョ@B | 1110100110101001100101111110011010001010101101011110111110111101101111011110111110111101101011100100000001000010 | e9a997e68ab5efbdbdefbdae4042 |
UHC | 驗抵??@B | 1111101011010000111011101011110100111111001111110100000001000010 | fad0eebd3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)