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 | ?魅 | 001111111001011010100011 | 3f96a3 |
EUC-JP | 洧魅 | 1000111111000111101101001100110010100101 | 8fc7b4cca5 |
UTF-8 | 洧魅 | 111001101011010010100111111010011010110110000101 | e6b4a7e9ad85 |
UHC | 洧魅 | 11101010111110111101100011100101 | eafbd8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)