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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 嶢?咫?~ | 10011011110100000011111110011010010000000011111101111110 | 9bd03f9a403f7e |
EUC-JP | 嶢?咫?~ | 11010110110100100011111111010011101000010011111101111110 | d6d23fd3a13f7e |
UTF-8 | 嶢렎咫렡~ | 11100101101101101010001011101011101000001000111011100101100100101010101111101011101000001010000101111110 | e5b6a2eba08ee592abeba0a17e |
UHC | 嶢렎咫렡~ | 111010001111001010001110101001001111001010100001100011101011001001111110 | e8f28ea4f2a18eb27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)