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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蓁ィ逅∵﨟逋 | 1110010011101011101010001110011110010000100000011110011011111011100111011110011110011001 | e4eba8e79081e6fb9de799 |
EUC-JP | 蓁ィ逅∵?逋 | 1110100011101101100011101010100011101101111100001010001011101000001111111110110111111001 | e8ed8ea8edf0a2e83fedf9 |
UTF-8 | 蓁ィ逅∵﨟逋 | 111010001001001110000001111011111011110110101000111010011000000010000101111000101000100010110101111011111010100010011111111010011000000010001011 | e89381efbda8e98085e288b5efa89fe9808b |
UHC | ??逅∵?逋 | 001111110011111111111101101100011010000111110001001111111111100011100111 | 3f3ffdb1a1f13ff8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)