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 | 堤馮 | 10010010111001111110100101100111 | 92e7e967 |
EUC-JP | 堤馮 | 11000100111010011111000111001000 | c4e9f1c8 |
UTF-8 | 堤馮 | 111001011010000010100100111010011010011010101110 | e5a0a4e9a6ae |
UHC | 堤馮 | 11110000101001111111100110100111 | f0a7f9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)