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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 驫包スィe^ | 1110100110001010100101011110111110111101101010000110010101011110 | e98a95efbda8655e |
EUC-JP | 驫包スィe^ | 11110001111010101100101011110001100011101011110110001110101010000110010101011110 | f1eacaf18ebd8ea8655e |
UTF-8 | 驫包スィe^ | 1110100110101001101010111110010110001100100001011110111110111101101111011110111110111101101010000110010101011110 | e9a9abe58c85efbdbdefbda8655e |
UHC | ?包??e^ | 00111111111110001101000000111111001111110110010101011110 | 3ff8d03f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)