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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 楔蘚 | 10011110101101101110010101100100 | 9eb6e564 |
EUC-JP | 楔蘚 | 11011100101110001110100111000101 | dcb8e9c5 |
UTF-8 | 楔蘚 | 111001101010010110010100111010001001100010011010 | e6a594e8989a |
UHC | 楔蘚 | 11100000110110111110000011010000 | e0dbe0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)