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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?莖藜 | 0011111111100100101100011110010101011011 | 3fe4b1e55b |
EUC-JP | ?莖藜 | 0011111111101000101100111110100110111100 | 3fe8b3e9bc |
UTF-8 | 뤾莖藜 | 111010111010010010111110111010001000111010010110111010001001011110011100 | eba4bee88e96e8979c |
UHC | 뤾莖藜 | 100011111110101011001100111011001101010111101101 | 8feaccecd5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)