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 | 翊襄 | 11100011110000101110010111110101 | e3c2e5f5 |
EUC-JP | 翊襄 | 11100110110001001110101011110111 | e6c4eaf7 |
UTF-8 | 翊襄 | 111001111011111110001010111010001010010110000100 | e7bf8ae8a584 |
UHC | 翊襄 | 11101100110011011110010111010001 | eccde5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)