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 | 鷄? | 111010100101000000111111 | ea503f |
EUC-JP | 鷄瓘 | 1111001110110001100011111100110011101111 | f3b18fccef |
UTF-8 | 鷄瓘 | 111010011011011110000100111001111001001110011000 | e9b784e79398 |
UHC | 鷄瓘 | 11001101101011101100111010110110 | cdaeceb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)