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 | ?η | 001111111000001111000101 | 3f83c5 |
EUC-JP | 焰η | 1000111111001001111011111010011011000111 | 8fc9efa6c7 |
UTF-8 | 焰η | 1110011110000100101100001100111010110111 | e784b0ceb7 |
UHC | 焰η | 11100110111110111010010111100111 | e6fba5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)