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 | ?鷄 | 001111111110101001010000 | 3fea50 |
EUC-JP | ?鷄 | 001111111111001110110001 | 3ff3b1 |
UTF-8 | 렺鷄 | 111010111010000010111010111010011011011110000100 | eba0bae9b784 |
UHC | 렺鷄 | 10001110110000101100110110101110 | 8ec2cdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)