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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ィ」[ィ」[^ | 1010100011110110101010001010001101011011101010001111011010101000101000110101101101011110 | a8f6a8a35ba8f6a8a35b5e |
EUC-JP | ィ?」[ィ?」[^ | 10001110101010000011111110001110101000110101101110001110101010000011111110001110101000110101101101011110 | 8ea83f8ea35b8ea83f8ea35b5e |
UTF-8 | ィ」[ィ」[^ | 111011111011110110101000111011101001001110001111111011111011110110100011010110111110111110111101101010001110111010010011100011111110111110111101101000110101101101011110 | efbda8ee938fefbda35befbda8ee938fefbda35b5e |
UHC | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)