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 | 禪除 | 11100010010101111000111110011100 | e2578f9c |
EUC-JP | 禪除 | 11100011101110001011110111111100 | e3b8bdfc |
UTF-8 | 禪除 | 111001111010011010101010111010011001100110100100 | e7a6aae999a4 |
UHC | 禪除 | 11100000110010011111000010110110 | e0c9f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)