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 | 要ι | 10010111011101101000001111000111 | 977683c7 |
EUC-JP | 要ι | 11001101110101111010011011001001 | cdd7a6c9 |
UTF-8 | 要ι | 1110100010100110100000011100111010111001 | e8a681ceb9 |
UHC | 要ι | 11101001101010011010010111101001 | e9a9a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)