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 | 低魅 | 10010010111000011001011010100011 | 92e196a3 |
EUC-JP | 低魅 | 11000100111000111100110010100101 | c4e3cca5 |
UTF-8 | 低魅 | 111001001011110110001110111010011010110110000101 | e4bd8ee9ad85 |
UHC | 低魅 | 11101110101110001101100011100101 | eeb8d8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)