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 | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
SJIS-WIN | 驫包スィD^ | 1110100110001010100101011110111110111101101010000100010001011110 | e98a95efbda8445e |
EUC-JP | 驫包スィD^ | 11110001111010101100101011110001100011101011110110001110101010000100010001011110 | f1eacaf18ebd8ea8445e |
UTF-8 | 驫包スィD^ | 1110100110101001101010111110010110001100100001011110111110111101101111011110111110111101101010000100010001011110 | e9a9abe58c85efbdbdefbda8445e |
UHC | ?包??D^ | 00111111111110001101000000111111001111110100010001011110 | 3ff8d03f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)